Skip to content

Instantly share code, notes, and snippets.

@landru247
Created May 16, 2016 22:47
Show Gist options
  • Save landru247/b4d6f86bb1bb182ba8f963c9241054c0 to your computer and use it in GitHub Desktop.
Save landru247/b4d6f86bb1bb182ba8f963c9241054c0 to your computer and use it in GitHub Desktop.
Absolute Center
position: absolute;
left: 50%;
transform: translate(-50%, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment