Skip to content

Instantly share code, notes, and snippets.

@mateusneves
Created March 8, 2016 19:47
Show Gist options
  • Save mateusneves/af74603b8e46df97ac4d to your computer and use it in GitHub Desktop.
Save mateusneves/af74603b8e46df97ac4d to your computer and use it in GitHub Desktop.
Element vertical align
.elment{
position: $position;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment