This chapter of our CSS course introduces you to a vital component of web design - CSS variables.
CSS variables are a combination of characters, numbers, and letters. They are used to store values. CSS variables work more or less like simple variables in other programming languages. They make the lives of web designers way easier, allowing them to store values that they can reuse throughout a webpage.
Syntax
var( --custom-name, value );