Skip to content

Instantly share code, notes, and snippets.

@clintonmedbery
Created August 14, 2020 18:15
Show Gist options
  • Save clintonmedbery/a796b7e725cc4f54aff4bb91fe7c2e40 to your computer and use it in GitHub Desktop.
Save clintonmedbery/a796b7e725cc4f54aff4bb91fe7c2e40 to your computer and use it in GitHub Desktop.
Center CSS
.middle {
display: flex;
justify-content: center;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment