Skip to content

Instantly share code, notes, and snippets.

@Q4U
Created January 30, 2014 12:15
Show Gist options
  • Save Q4U/8707290 to your computer and use it in GitHub Desktop.
Save Q4U/8707290 to your computer and use it in GitHub Desktop.
CSS: vertical centering
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