Last active
December 3, 2022 17:07
-
-
Save mujsdev/0cb4128eb57784168ecfa1f73ace9634 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
.flexbox-row { | |
display: flex; | |
flex-direction: row; /* default value */ | |
justify-content: center; /* x-axis */ | |
align-items: center; /* y-axis */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment