Skip to content

Instantly share code, notes, and snippets.

@Uvacoder
Created December 16, 2021 13:11
Show Gist options
  • Select an option

  • Save Uvacoder/78a73547cf17d29bbf49d11fe7360085 to your computer and use it in GitHub Desktop.

Select an option

Save Uvacoder/78a73547cf17d29bbf49d11fe7360085 to your computer and use it in GitHub Desktop.
Center items using CSS flexbox
.flex {
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