Skip to content

Instantly share code, notes, and snippets.

@KeithNdhlovu
Created July 11, 2016 13:37
Show Gist options
  • Save KeithNdhlovu/24f20934b71f1681b78df84b4c9d5c53 to your computer and use it in GitHub Desktop.
Save KeithNdhlovu/24f20934b71f1681b78df84b4c9d5c53 to your computer and use it in GitHub Desktop.
Css3 Vertical Align Center
.valign-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment