Created
October 10, 2018 18:33
-
-
Save edy2310/1dd1f66076aefe7ab54e1221b866af3e 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
:root { | |
--colorCat: coral; | |
--sizeCat: 2em; | |
} | |
.cat{ | |
color: var(--colorCat); | |
font-size: var(--sizeCat); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment