Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vladocar
Created May 31, 2011 00:13
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 vladocar/999659 to your computer and use it in GitHub Desktop.
Save vladocar/999659 to your computer and use it in GitHub Desktop.
ID Style
#main { margin:0 auto; width:900px;}
#header{
float:left;
width:900px;
}
#footer{
float:left;
width:900px;
}
#navigation{
float:left;
width:150px;
}
#sidebar{
float:left;
width:150px;
}
#content{
float:left;
width:600px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment