Skip to content

Instantly share code, notes, and snippets.

@whistler
Created August 12, 2011 20:30
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 whistler/1142926 to your computer and use it in GitHub Desktop.
Save whistler/1142926 to your computer and use it in GitHub Desktop.
Align a div to the center of another div
.inner {
width: 50%;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment