Skip to content

Instantly share code, notes, and snippets.

@edy2310
Created October 10, 2018 18:33
Show Gist options
  • Save edy2310/1dd1f66076aefe7ab54e1221b866af3e to your computer and use it in GitHub Desktop.
Save edy2310/1dd1f66076aefe7ab54e1221b866af3e to your computer and use it in GitHub Desktop.
: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