Answers for "style background"

0

document.body.style.background

// Change the background color to red
document.body.style.backgroundColor = "red";
Posted by: Guest on November-22-2020
5

background css

body {
  background: #ffffff url("img_tree.png") no-repeat fixed right top;
}
Posted by: Guest on April-29-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language