Skip to content

Instantly share code, notes, and snippets.

@carmichaelize
Last active August 29, 2015 14:19
Show Gist options
  • Save carmichaelize/b89767332cb8022a6ac0 to your computer and use it in GitHub Desktop.
Save carmichaelize/b89767332cb8022a6ac0 to your computer and use it in GitHub Desktop.
Vertical Centering
.vdiv
{
display:table;
position:absolute;
width: 100%;
height:100%;
}
.vdiv > div
{
display:table-cell;
vertical-align:middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment