-
-
Save DerZyklop/2408835 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box { width: 100px; height: 100px; margin: 1px; background: #bbbbbb; } | |
.eins { | |
position: absolute; | |
top: 10px; | |
left: 100px; | |
} | |
.zwo { | |
position: relative; | |
top: 10px; | |
left: 100px; | |
background: #990000; | |
} | |
.drei { | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<div class="box eins">Eins</div> | |
<div class="box zwo">Zwo</div> | |
<div class="box drei">Drei</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment