Skip to content

Instantly share code, notes, and snippets.

@whistler
Created August 12, 2011 19:55
Show Gist options
  • Save whistler/1142853 to your computer and use it in GitHub Desktop.
Save whistler/1142853 to your computer and use it in GitHub Desktop.
Center a Fixed Width Div
div#main {
width: 750px;
margin-left: auto;
margin-right: auto
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment