Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chernysh2909/b8c596fdbbc23a7d1e5375426e377e03 to your computer and use it in GitHub Desktop.
Save chernysh2909/b8c596fdbbc23a7d1e5375426e377e03 to your computer and use it in GitHub Desktop.
.verticalcenter{
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment