Created
December 3, 2018 21:49
-
-
Save fauxsaurus/36a535790d80b06a17636afcbc8b3cc1 to your computer and use it in GitHub Desktop.
Vertically & Horizontally centered text.
This file contains hidden or 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
| .parent | |
| { | |
| align-items:center; | |
| display:flex; | |
| justify-content:center; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment