Skip to content

Instantly share code, notes, and snippets.

@jmmaguigad
Last active July 17, 2023 08:04
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 jmmaguigad/b986ab4d1dfe0c065a40b08a915e284b to your computer and use it in GitHub Desktop.
Save jmmaguigad/b986ab4d1dfe0c065a40b08a915e284b to your computer and use it in GitHub Desktop.
Flex Center Class
.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