Skip to content

Instantly share code, notes, and snippets.

Created April 30, 2014 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/11418037 to your computer and use it in GitHub Desktop.
Save anonymous/11418037 to your computer and use it in GitHub Desktop.
A Pen by Anonasaurus Rex.
<div class="top">
TOP
</div>
<div class="left">
LEFT
</div>
<div class="main">
N content here MAIN content here MAIN content here N content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content hereN content here MAIN content here MAIN content here</div>
<div class="footer">
footer
</div>
html,
body {
height: 100%;
}
.top {
height: 92px;
background: red;
}
.left {
width: 178px;
float:left;
background: green;
height: 100%;
}
.main {
margin-left:178px;
background: blue;
}
.footer {
clear: both;
background: grey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment