Last active
July 17, 2023 08:04
-
-
Save jmmaguigad/b986ab4d1dfe0c065a40b08a915e284b to your computer and use it in GitHub Desktop.
Flex Center Class
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
.flex-center { | |
display: flex; | |
-webkit-box-align: center; | |
align-items: center; | |
-webkit-box-pack: center; | |
justify-content: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment