Skip to content

Instantly share code, notes, and snippets.

@mertcanekren
Last active August 29, 2015 14:15
Show Gist options
  • Save mertcanekren/9d1483f301f5a237a8a1 to your computer and use it in GitHub Desktop.
Save mertcanekren/9d1483f301f5a237a8a1 to your computer and use it in GitHub Desktop.
absolute center
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment