Created
January 17, 2017 18:44
-
-
Save sarahmonster/b5654d7ade03cf98acd3088d58eabc4e to your computer and use it in GitHub Desktop.
Center an absolutely-positioned element, because I'm always forgetting.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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