Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GuillaumeDaviid/db41ff864877152984e73f7d7dea7a5d to your computer and use it in GitHub Desktop.
Save GuillaumeDaviid/db41ff864877152984e73f7d7dea7a5d to your computer and use it in GitHub Desktop.
CSS GRID : example 1
.container{
display: grid;
grid-template-columns: repeat(3, 1fr);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment