Skip to content

Instantly share code, notes, and snippets.

@flowforfrank
Created September 25, 2020 06:46
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 flowforfrank/994f2919a7297707d8bf65df81c2523d to your computer and use it in GitHub Desktop.
Save flowforfrank/994f2919a7297707d8bf65df81c2523d to your computer and use it in GitHub Desktop.
dead center elements with flexbox
.dead-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