Skip to content

Instantly share code, notes, and snippets.

@magemore
Created April 25, 2012 04:51
Show Gist options
  • Save magemore/2486499 to your computer and use it in GitHub Desktop.
Save magemore/2486499 to your computer and use it in GitHub Desktop.
Center your website horizontally
.wrapper {
width:960px;
margin:auto;
}
@magemore
Copy link
Author

In the days of high-resolution widescreen displays, it’s annoying to visit websites that are formatted like it’s 1999 ie. aligned all the way to the left. Make sure your website doesn’t suffer the same fate by forcing it to center horizontally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment