Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maxterry/547c5e47777044039b58d0eadbd6b931 to your computer and use it in GitHub Desktop.
Save maxterry/547c5e47777044039b58d0eadbd6b931 to your computer and use it in GitHub Desktop.
Center content in an element without static line-height and vertical-align
#element {
display: flex;
align-items: center;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment