Skip to content

Instantly share code, notes, and snippets.

@mujsdev
Last active December 3, 2022 17:07
Show Gist options
  • Save mujsdev/0cb4128eb57784168ecfa1f73ace9634 to your computer and use it in GitHub Desktop.
Save mujsdev/0cb4128eb57784168ecfa1f73ace9634 to your computer and use it in GitHub Desktop.
.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