Skip to content

Instantly share code, notes, and snippets.

@archiewald
Forked from colintoh/douchebag-vertical-align.css
Last active January 2, 2019 21:05
Show Gist options
  • Save archiewald/783deb46a1e75e69f3898d6fa052fdae to your computer and use it in GitHub Desktop.
Save archiewald/783deb46a1e75e69f3898d6fa052fdae to your computer and use it in GitHub Desktop.
[douchebag vertical alignment] silly vertical alignment #css
.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