Skip to content

Instantly share code, notes, and snippets.

@bavardage
Created December 29, 2009 23:47
Show Gist options
  • Select an option

  • Save bavardage/265711 to your computer and use it in GitHub Desktop.

Select an option

Save bavardage/265711 to your computer and use it in GitHub Desktop.
html, body {
background-color: #a0c060;
padding: 0;
}
#wrap {
width: 800px;
margin: 0 auto;
background-color: #80a020;
border: 1px solid black;
border-bottom-width: 0px;
}
#header {
border: 1px solid black;
float: top; /*does this property even exist!? noop, doesn't seem to
LEFT OR RIGHT DAMMIT :P */
background-color: #608020;
}
#main {
float: left;
width: 649px;
background-color: #80a020;
border-left: 1px solid black;
}
#nav {
float:left;
width: 148px;
}
#footer {
border-bottom: 1px solid black;
border-top: 1px solid black;
background-color:#80a040;
width:800px;
clear:both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment