Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GuillaumeDaviid/322a981b398adf04eccb694cc2033724 to your computer and use it in GitHub Desktop.
Save GuillaumeDaviid/322a981b398adf04eccb694cc2033724 to your computer and use it in GitHub Desktop.
CSS GRID : example 2
.container{
display: grid;
grid-template-columns: 100px 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment