Skip to content

Instantly share code, notes, and snippets.

@holmberd
Created March 12, 2019 21:29
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 holmberd/767d52597f0f4bd49bd95270fc0ba59c to your computer and use it in GitHub Desktop.
Save holmberd/767d52597f0f4bd49bd95270fc0ba59c to your computer and use it in GitHub Desktop.
Grid Columns CSS
display: grid;
grid-template-columns: repeat( auto-fit, minmax(500px, 1fr) );
grid-gap: 20px;
``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment