Skip to content

Instantly share code, notes, and snippets.

@jaredkc
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save jaredkc/f9bfc4c4e0eabbc5171b to your computer and use it in GitHub Desktop.

Select an option

Save jaredkc/f9bfc4c4e0eabbc5171b to your computer and use it in GitHub Desktop.
CSS vertically align center
.vcenter-wrap {
display: table;
height: 100%;
}
.vcenter {
display: table-cell;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment