Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GuillaumeDaviid/ede74267f9699380985a691da02934d1 to your computer and use it in GitHub Desktop.
Save GuillaumeDaviid/ede74267f9699380985a691da02934d1 to your computer and use it in GitHub Desktop.
CSS Grid : template HTML
<div class="container">
<div class="red">rouge</div>
<div class="green">vert</div>
<div class="yellow">jaune</div>
<div class="black">noir</div>
<div class="orange">orange</div>
<div class="white">blanc</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment