Skip to content

Instantly share code, notes, and snippets.

@sarahmonster
Created January 17, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarahmonster/b5654d7ade03cf98acd3088d58eabc4e to your computer and use it in GitHub Desktop.
Save sarahmonster/b5654d7ade03cf98acd3088d58eabc4e to your computer and use it in GitHub Desktop.
Center an absolutely-positioned element, because I'm always forgetting.
thing {
left: 50%;
transform: translate(-50%, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment