/CodingVideoz

All the exercise and example resource from https://www.codingvideoz.com

Primary LanguageHTML

Working with CCS Custom Properties (CSS variables) with javascript

What makes CSS custom properties so great is, unlike preprocessors, they can be manipulated using JS. That is because they live inside the DOM. This tiny illustrative code shows declaration of CSS custom properties and use. Great tutorial