Using CSS Variables
In this article, we will dive deeper into CSS variables (or custom CSS properties), which can be quite useful in reducing repetition in CSS code.
How to declare global CSS variables
Let's take a look at an example
:root{
--main-background-color...
stylades.hashnode.dev4 min read