Created
September 6, 2014 23:46
-
-
Save j6k4m8/32a763766803917e8a3b to your computer and use it in GitHub Desktop.
vertical-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; | |
top: 0; bottom: 0; left: 0; right: 0; | |
height: 50%; | |
width: 50%; | |
margin: auto; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment