Last active
January 21, 2023 20:44
-
-
Save pablocattaneo/5ee9b953955fca9915c1b79cb1c13b8e 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
.css-class-name{ | |
display: grid; | |
grid-template-columns: repeat(3, 120px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment