Advertisement
ZakenChannel

Untitled

May 22nd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. var pageSettings = {
  2. red: 200,
  3. green: 200,
  4. blue: 200,
  5. background: [
  6. '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'
  7. ],
  8. pageSettings.background[2],
  9. header.style.backgroundImage
  10. };
  11. var bgColor = 'rgb(' + pageSettings.red + ', ' + pageSettings.green + ', ' + pageSettings.blue + ')';
  12. document.body.style.backgroundColor = bgColor;
  13. var header = document.getElementById('main-header');
  14. console.log(header);
  15. header.style.backgroundImage = 'url(' + pageSettings.background + ')';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement