Last active
May 6, 2023 03:17
-
-
Save luislobo14rap/5cef2a03aace17b212f3fca4adc83958 to your computer and use it in GitHub Desktop.
flex-container.css
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.css v1 */ | |
.flex-center { | |
align-items: center; | |
display: flex; | |
justify-content: center; | |
} |
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-container.css v1 */ | |
.flex-container { | |
align-items: center; | |
display: flex; | |
justify-content: center; | |
} |
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-container.min.css v1 */ | |
.flex-container{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