how to change background with js code example
Example 1: change background with js
document.body.style.background;
Example 2: change background with js
document.body.style.backgroundPosition = "top right";
document.body.style.background;
document.body.style.backgroundPosition = "top right";