Skip to content

Instantly share code, notes, and snippets.

@mikesteele
Created March 14, 2018 15:12
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 mikesteele/25d104b465c2db558cf46975e6cf3d69 to your computer and use it in GitHub Desktop.
Save mikesteele/25d104b465c2db558cf46975e6cf3d69 to your computer and use it in GitHub Desktop.
Perfect n-column CSS grid
.grid {
display: grid;
grid-template-columns: repeat(n, 1fr);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment