Patrick
0
Q:

css coor background

html,body {
  background-color: red;
}
4
body{
  background: lightblue;
}
1
//javascript type css:
document.body.style.backgroundColor = "blue";
// or inline css:
<div style="background-color: blue;"></div>
4
div {
 opacity:25% ; 
}
2
body {background-color: coral;}
0

New to Communities?

Join the community