09 Sep 2020 . Min ReadMake your CSS dynamic with custom properties
How to create Dynamic CSS?
While writing CSS sometimes we need to declare variables, CSS custom properties
are like CSS’s own implementation of variables.
What are CSS custom properties?
CSS custom properties allow you to assign arbitrary values to a property with a
name of your choice It allow you Use the var() function to use these values in
other properties
Prerequisites
* Basic knowledge of CSS
* You should have knowledge of currentColor refers to the current color value
of an element