Created
April 8, 2015 22:00
-
-
Save herrbischoff/e7214a5a5c7129c4d472 to your computer and use it in GitHub Desktop.
Absolute center
This file contains hidden or 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
.absolute-center | |
// height must be declared | |
margin auto | |
position absolute | |
top 0 | |
left 0 | |
bottom 0 | |
right 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment