Skip to content

Instantly share code, notes, and snippets.

@zanetaylor
Last active January 3, 2016 21:39
Show Gist options
  • Save zanetaylor/97470b6872100813b380 to your computer and use it in GitHub Desktop.
Save zanetaylor/97470b6872100813b380 to your computer and use it in GitHub Desktop.
Vertical centering w/ pizazz!
.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