Skip to content

Instantly share code, notes, and snippets.

@oksushi
Forked from anonymous/dabblet.css
Created December 13, 2012 04:08
Show Gist options
  • Save oksushi/4273933 to your computer and use it in GitHub Desktop.
Save oksushi/4273933 to your computer and use it in GitHub Desktop.
Untitled
* {
margin: 0px;
padding: 0px;
}
body {
background-color:#888;
vertical-align:top;
}
div#header,
div#content,
div#footer {
width: 75%;
text-align:center;
margin-right:auto;
margin-left:auto;
vertical-align: bottom;
padding:4px;
}
div#header {
background:#aaa;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
}
div#content {
background:#bbb;
border-left: 1px solid;
border-right: 1px solid;
min-height:400px;
}
div#footer {
background:#aaa;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}
<html>
<body>
<div id="header">Header</div>
<div id="content">CONTENT</div>
<div id="footer">Footer</div>
</body>
</html>
// alert('Hello world!');
{"view":"split","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment