Skip to content

Instantly share code, notes, and snippets.

@nickberens360
Last active December 21, 2015 07:19
Show Gist options
  • Save nickberens360/6270444 to your computer and use it in GitHub Desktop.
Save nickberens360/6270444 to your computer and use it in GitHub Desktop.
Center absolute positioned element
div{
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