Skip to content

Instantly share code, notes, and snippets.

@bearzk
Created May 9, 2018 08:42
Show Gist options
  • Save bearzk/73223221f164b05f8dd228b9d96603aa to your computer and use it in GitHub Desktop.
Save bearzk/73223221f164b05f8dd228b9d96603aa to your computer and use it in GitHub Desktop.
[center text] center text in css #flex
.center {
display: flex;
justify-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment