Skip to content

Instantly share code, notes, and snippets.

@jonathanwork
Created July 3, 2017 01:02
Show Gist options
  • Select an option

  • Save jonathanwork/4093e9b326e7ee551b50e0628c0289ce to your computer and use it in GitHub Desktop.

Select an option

Save jonathanwork/4093e9b326e7ee551b50e0628c0289ce to your computer and use it in GitHub Desktop.
solution on centering position absolute css
div {
position: absolute;
right: 0; left: 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