Answers for "make the background color of page in the loading js"

0

make the background color of page in the loading js

window.addEventListener('load',()=>{
  document.body.style.backgroundColor="red";
})
Posted by: Guest on May-11-2021

Code answers related to "make the background color of page in the loading js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language