Skip to content

Instantly share code, notes, and snippets.

@jeffellis
Last active July 6, 2020 18:43
Show Gist options
  • Save jeffellis/8d18bf667b93df7d956838fdc2c0c511 to your computer and use it in GitHub Desktop.
Save jeffellis/8d18bf667b93df7d956838fdc2c0c511 to your computer and use it in GitHub Desktop.
Center everything in a div
.center-everything-in-div {
display: flex;
align-items: center;
justify-content: center;
min-height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment