Skip to content

Instantly share code, notes, and snippets.

@dancrowley303
Created August 10, 2010 06:21
Show Gist options
  • Save dancrowley303/516791 to your computer and use it in GitHub Desktop.
Save dancrowley303/516791 to your computer and use it in GitHub Desktop.
#container
{
width: 900px;
padding: 0;
background: #000;
}
#content
{
background: #F00;
width: 500px;
float: left;
border: solid 1px #000;
}
#navigation
{
background: #0F0;
width: 200px;
float: right;
border: solid 1px #000;
}
#footer
{
clear: both;
width: 900px;
background: #0FF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment