Skip to content

Instantly share code, notes, and snippets.

@DerZyklop
Forked from anonymous/dabblet.css
Created April 17, 2012 20:36
Show Gist options
  • Save DerZyklop/2408835 to your computer and use it in GitHub Desktop.
Save DerZyklop/2408835 to your computer and use it in GitHub Desktop.
Untitled
.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 {
}
<div>
<div class="box eins">Eins</div>
<div class="box zwo">Zwo</div>
<div class="box drei">Drei</div>
</div>
{"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