Skip to content

Instantly share code, notes, and snippets.

@trumball
Last active February 4, 2016 16:46
Show Gist options
  • Save trumball/5643477 to your computer and use it in GitHub Desktop.
Save trumball/5643477 to your computer and use it in GitHub Desktop.
Vertically Centered Content
.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