Created
October 14, 2017 12:46
-
-
Save c4software/b9fe4cd06e99d3bff16a09260b03e149 to your computer and use it in GitHub Desktop.
Centrer verticalement
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
.middle-centered { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
text-align: center; | |
min-height: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment