Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hugoeanogueira/5053d7e25467a8f8c1fc81348a55c1ce to your computer and use it in GitHub Desktop.
Save hugoeanogueira/5053d7e25467a8f8c1fc81348a55c1ce to your computer and use it in GitHub Desktop.
douchebag way of vertical alignment
.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