Skip to content

Instantly share code, notes, and snippets.

@perjansson
Last active February 1, 2018 21:13
Show Gist options
  • Save perjansson/c82b4e3058fe005240547d971aff44ab to your computer and use it in GitHub Desktop.
Save perjansson/c82b4e3058fe005240547d971aff44ab to your computer and use it in GitHub Desktop.
ul {
list-style: none;
display: grid;
grid-gap: 0.4rem;
grid-template-columns: 33.3% 33.3% auto;
grid-auto-rows: 40%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment