Skip to content

Instantly share code, notes, and snippets.

@cameronolivier
Last active June 18, 2019 07:18
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 cameronolivier/ad28061579c336467e8a6ea6b13826ce to your computer and use it in GitHub Desktop.
Save cameronolivier/ad28061579c336467e8a6ea6b13826ce to your computer and use it in GitHub Desktop.
CSS for a basic grid
.grid {
display:grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment