Created
March 6, 2022 06:31
-
-
Save unrealapex/2e5d2ac646a46d6ce0e5631223840377 to your computer and use it in GitHub Desktop.
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
/* taken from: https://stackoverflow.com/a/13515693/14111707 */ | |
.center { | |
display: flex; | |
justify-content: center; | |
align-content: center; | |
flex-direction: column; | |
/* Column | row */ | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment