Skip to content

Instantly share code, notes, and snippets.

@unrealapex
Created March 6, 2022 06:31
Show Gist options
  • Save unrealapex/2e5d2ac646a46d6ce0e5631223840377 to your computer and use it in GitHub Desktop.
Save unrealapex/2e5d2ac646a46d6ce0e5631223840377 to your computer and use it in GitHub Desktop.
/* taken from: https://stackoverflow.com/a/13515693/14111707 */
.center {
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
/* Column | row */
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment