Created
January 7, 2016 05:17
-
-
Save sarvar/0a71c4a56f9f1cab8889 to your computer and use it in GitHub Desktop.
Vertically Align text in a Div
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
<div style="display: table; height: 400px; overflow: hidden;"> | |
<div style="display: table-cell; vertical-align: middle;"> | |
<div> | |
everything is vertically centered in modern IE8+ and others. | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment