Horje
CSS Variables Code Example
CSS Variables
:root {
  --main-bg-color: coral;
}

#div1 {
  background-color: var(--main-bg-color);
}

#div2 {
  background-color: var(--main-bg-color);
}




Css

Related
css width fit to content Code Example css width fit to content Code Example
round button css Code Example round button css Code Example
css rotate 90 degrees Code Example css rotate 90 degrees Code Example
how to apply linear gradient to text in css Code Example how to apply linear gradient to text in css Code Example
not the first child and not the last child css Code Example not the first child and not the last child css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9