Comprehensive guide to modern HTML and CSS development.
CSS Variables allow you to store specific values (like colors, fonts, or sizes) in one place and reuse them throughout your entire stylesheet.
Variables are defined with a double hyphen -- inside the :root selector, and called using the var() function.
Edit the code below and click Run to see the result live.