Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Last active May 6, 2023 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislobo14rap/5cef2a03aace17b212f3fca4adc83958 to your computer and use it in GitHub Desktop.
Save luislobo14rap/5cef2a03aace17b212f3fca4adc83958 to your computer and use it in GitHub Desktop.
flex-container.css
/* flex-center.css v1 */
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
/* flex-container.css v1 */
.flex-container {
align-items: center;
display: flex;
justify-content: center;
}
/* 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