Created
May 30, 2016 14:18
-
-
Save maxterry/547c5e47777044039b58d0eadbd6b931 to your computer and use it in GitHub Desktop.
Center content in an element without static line-height and vertical-align
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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