Niteraleph
0
Q:

background color none

element {
	background-color: transparent;	
}
1
//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

New to Communities?

Join the community