ZakenChannel

Untitled

May 21st, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. var pageSettings = {
  2.  
  3. red: 200,
  4. green: 200,
  5. blue: 200
  6.  
  7. };
  8. var bgColor = 'rgb(' + pageSettings.red + ', ' + pageSettings.green + ', ' + pageSettings.blue + ',' + pageSettings.background: 'https://pictures.s3.yandex.net/cover-wall.jpg');
  9. document.body.style.backgroundColor = bgColor;
  10. var header = document.getElementById('main-header');
  11. console.log(header);
Advertisement
Add Comment
Please, Sign In to add comment