Created
May 16, 2016 22:47
-
-
Save landru247/b4d6f86bb1bb182ba8f963c9241054c0 to your computer and use it in GitHub Desktop.
Absolute Center
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
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