Created
May 10, 2012 14:29
-
-
Save h4/2653409 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
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; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<div class="first"></div> | |
<div class="second"></div> | |
<div class="footer"></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":"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