Advertisement
ZakenChannel

Untitled

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