A Brooks
0
Q:

background color css

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
/* 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
body {background-color: coral;}
2
 background-color: blue;
0
<body style="background-color:black; font-color:blue">
  [you're welcome XD]
-1

New to Communities?

Join the community