Home HTML CSS JAVASCRIPT BOOTSTRAP Python Docker ML tutorial About us Privacy policy

CSS Variables


CSS Variables:-



The CSS Custom Properties(Variables) in HTML page.

The variable name must be within the two dashes (--) and is case sensitive!
The syntax of the var() function is as follows:
The var() function can be using for insert the value of a custom property in CSS and HTML page.

var(custom name, value)



The following example is using the var() function