Skip to content

Instantly share code, notes, and snippets.

@denisinla
Created February 7, 2015 01:25
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 denisinla/0c0dfc9ed530f7abeb29 to your computer and use it in GitHub Desktop.
Save denisinla/0c0dfc9ed530f7abeb29 to your computer and use it in GitHub Desktop.
Absolute center!
div{
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment