Skip to content

Instantly share code, notes, and snippets.

@h4
Created May 10, 2012 14:29
Show Gist options
  • Save h4/2653409 to your computer and use it in GitHub Desktop.
Save h4/2653409 to your computer and use it in GitHub Desktop.
Untitled
div {
background: #F00;
}
.first-wrapper {
outline: solid 3px #009;
background: #FFF;
}
.first {
position: absolute;
height: 300px;
width:100px;
margin:0;
left: 0;
z-index:9999;
background: #FF0;
}
.third {
position: absolute;
height: auto;
top: 120px;
bottom: 30px;
left: 50px;
background: #F90;
}
.second {
position: absolute;
left: 110px;
right: 0;
width: auto;
background: #090;
}
<!-- content to be placed inside <body>…</body> -->
<div class="first"></div>
<div class="second"></div>
<div class="footer"></div>
{"view":"split-vertical","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