Skip to content

Instantly share code, notes, and snippets.

@m-pokrovskii
Created April 13, 2014 07:04
Show Gist options
  • Save m-pokrovskii/10572529 to your computer and use it in GitHub Desktop.
Save m-pokrovskii/10572529 to your computer and use it in GitHub Desktop.
vertical positioning
.element {
position: relative;
top: 50%;
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment