Skip to content

Instantly share code, notes, and snippets.

@karki-dennis
Created April 25, 2016 16:49
Show Gist options
  • Save karki-dennis/cf662ca029351f31d822d667b2ea05f7 to your computer and use it in GitHub Desktop.
Save karki-dennis/cf662ca029351f31d822d667b2ea05f7 to your computer and use it in GitHub Desktop.
Vertical center with css
/*All browser support*/
.vertical-center{
width:250px;
top: 50%;
transform: translateY(-50%);
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment