Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created January 7, 2016 05:17
Show Gist options
  • Save sarvar/0a71c4a56f9f1cab8889 to your computer and use it in GitHub Desktop.
Save sarvar/0a71c4a56f9f1cab8889 to your computer and use it in GitHub Desktop.
Vertically Align text in a Div
<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