Created
May 9, 2018 08:42
-
-
Save bearzk/73223221f164b05f8dd228b9d96603aa to your computer and use it in GitHub Desktop.
[center text] center text in css #flex
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
.center { | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment