Skip to content

Instantly share code, notes, and snippets.

@meub
Created August 10, 2013 17:28
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 meub/6201298 to your computer and use it in GitHub Desktop.
Save meub/6201298 to your computer and use it in GitHub Desktop.
Absolute Centering
/* Must have a declared height */
.Absolute-Center {
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment