Skip to content

Instantly share code, notes, and snippets.

@olitreadwell
Created October 22, 2021 02:01
Show Gist options
  • Save olitreadwell/0fb4268848511640b0fc0c7ad7252138 to your computer and use it in GitHub Desktop.
Save olitreadwell/0fb4268848511640b0fc0c7ad7252138 to your computer and use it in GitHub Desktop.
css flexbox centering
.flexbox-centering {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment