guestguy33
0
Q:

background color

body {
  background-color: green;
}
22

body {
  background-color: lightblue;
}
 
10
body {
  background-color: rgb(255,255,255);
}
5
html,body {
  background-color: red;
}
4
//javascript type css:
document.body.style.backgroundColor = "blue";
// or inline css:
<div style="background-color: blue;"></div>
4
/* To apply color to background you have to use 'background-color' property and value of property is color name. */
html,body {
  background-color: blue;
}
3
div {
 opacity:25% ; 
}
2
body {background-color: coral;}
2
 background-color: blue;
0

New to Communities?

Join the community