Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GuillaumeDaviid/d765921408a65bce35dce58ace67bb1e to your computer and use it in GitHub Desktop.
Save GuillaumeDaviid/d765921408a65bce35dce58ace67bb1e to your computer and use it in GitHub Desktop.
CSS GRID : example 4
.green {
background-color: green;
grid-column: 1;
grid-row: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment