Skip to content

Instantly share code, notes, and snippets.

@francoisgeorgy
Created January 7, 2022 14:07
Show Gist options
  • Select an option

  • Save francoisgeorgy/0c0f07e332f1d190729c641c2b3510e8 to your computer and use it in GitHub Desktop.

Select an option

Save francoisgeorgy/0c0f07e332f1d190729c641c2b3510e8 to your computer and use it in GitHub Desktop.
css centerring #css
/* source: https://web.dev/centering-in-css/ */
.gentle-flex {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1ch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment