daiyubao
0
Q:

css set background color

body {
  background-color: green;
}
22

body {
  background-color: lightblue;
}
 
10
body {
	background-color: red; 
}
2
body {
  background-color: rgb(255,255,255);
}
5
body {
  /* this changes the page's background to green  */
  background-color: green;
}
1

New to Communities?

Join the community