Skip to content

Instantly share code, notes, and snippets.

@mansona
Created August 9, 2021 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mansona/2b61d46cb0bf41d657951fcd5b9fbd9c to your computer and use it in GitHub Desktop.
Save mansona/2b61d46cb0bf41d657951fcd5b9fbd9c to your computer and use it in GitHub Desktop.
<style>
/* defintion */
--red-6: darkred;
/* use */
h1 {
color: var(--red-6);
}
</style>
<h1> Hi Robotichead </h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment