Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created February 22, 2024 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gicolek/337b63a1cac6e10d8d843939a33831e4 to your computer and use it in GitHub Desktop.
Save gicolek/337b63a1cac6e10d8d843939a33831e4 to your computer and use it in GitHub Desktop.
A sample grid two column layout
.c-grid {
display: grid;
grid-template-columns: auto auto;
gap: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment