James Thorpe
0
Q:

css background color

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

New to Communities?

Join the community