tweet tu
0
Q:

div background color

body {
  /* this changes the page's background to green  */
  background-color: green;
}
1
div {
	background-color: green;
}
1
body{
  background: lightblue;
}
1
div {
  background-color: lightblue;
}
0
/* Color (Example: red): */
html,body {
  background-color: red;
}

/* Image (Example: your.picture): */
html,body {
  background-image: url("your.picture");
}
5

New to Communities?

Join the community