Skip to content

Instantly share code, notes, and snippets.

@tommylinks
Last active August 28, 2016 15:53
Show Gist options
  • Save tommylinks/5e5c247f26dfa7614edd055fd969f695 to your computer and use it in GitHub Desktop.
Save tommylinks/5e5c247f26dfa7614edd055fd969f695 to your computer and use it in GitHub Desktop.
element centering
top: 50%; left: 50%;
transform: translate(-50%, -50%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment