Created
November 3, 2019 19:41
-
-
Save Gioni06/f13ac191158aafd82f30bc23c019daa4 to your computer and use it in GitHub Desktop.
This file contains 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
.col-3-grid { | |
display: grid; | |
grid-template-columns: 1fr 1fr 1fr; | |
column-gap: 20px; | |
} | |
.col { | |
padding: 20px; | |
background-color: #e6e5e5; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment