Last active
February 1, 2018 21:13
-
-
Save perjansson/c82b4e3058fe005240547d971aff44ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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