8,856
editsAd placeholder
User:Willowisp/sandbox/noise: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Created page with "<div class="test-thing-1" style="background-color: green;"> test 1 </div> <div class="test-thing-2" style="background-color: red;"> test 2</div> <div class="test-thing-3" style="background-color: yellow;"> test 3</div> <div class="test-thing-4" style="background-color: blue;"> test 4</div> <div class="test-thing-5" style="background-color: orange;"> test 5 </div>") |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="test-thing-1" style="background-color: green;"> test 1 </div> | <div class="test-thing-1" style="background-color: green; width: 10%; position: fixed; right: 75px;"> test 1 </div> | ||
<div class="test-thing-2" style="background-color: red;"> test 2</div> | <div class="test-thing-2" style="background-color: red; width: 10%; position: fixed; right: 75px;"> test 2</div> | ||
<div class="test-thing-3" style="background-color: yellow;"> test 3</div> | <div class="test-thing-3" style="background-color: yellow; width: 10%; position: fixed; right: 75px;"> test 3</div> | ||
<div class="test-thing-4" style="background-color: blue;"> test 4</div> | <div class="test-thing-4" style="background-color: blue;" width: 10%; position: fixed; right: 75px;> test 4</div> | ||
<div class="test-thing-5" style="background-color: orange;"> test 5 </div> | <div class="test-thing-5" style="background-color: orange; width: 10%; position: fixed; right: 75px;"> test 5 </div> |