Answers for "change background using js"

0

change background with js

document.body.style.backgroundColor = "red";
Posted by: Guest on March-16-2021
0

document.body.style.background

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

change background with js

object.style.background = "color image
repeat attachment position size origin clip|initial|inherit"
Posted by: Guest on March-16-2021

Code answers related to "change background using js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language