Skip to content

Instantly share code, notes, and snippets.

@adamalesandro
Created March 7, 2016 16:52
Show Gist options
  • Save adamalesandro/19a2adeafa30ce8a433f to your computer and use it in GitHub Desktop.
Save adamalesandro/19a2adeafa30ce8a433f to your computer and use it in GitHub Desktop.
Vertical Centering css
.vertical-center {
min-height:calc(100% - 0px);
min-height:calc(100vh - 0px);
display:flex;
vertical-align:center;
align-items:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment