Skip to content

Instantly share code, notes, and snippets.

@psiborg
Forked from timskye/gist:8433683
Created January 15, 2014 10:12
Show Gist options
  • Save psiborg/8433832 to your computer and use it in GitHub Desktop.
Save psiborg/8433832 to your computer and use it in GitHub Desktop.
/** Vertical Align element **/
.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