style.css 753 B

12345678910111213
  1. body{background:green;width: 100%; height: 100%;position: absolute;top:0;left:0;overflow: auto;}
  2. .bg-box{
  3. width: 100%;
  4. height: 100%;
  5. background:
  6. url(https://img2.goodfon.ru/wallpaper/big/0/5b/pole-zelen-trava-dom-derevya.jpg) 50% 50% no-repeat ,
  7. url(https://www.freeiconspng.com/uploads/lamp-png-0.png) 0% 0% repeat-x,
  8. url(https://www.freeiconspng.com/uploads/grass-png-images-pictures-transparent-28.png) 100% 100% repeat-x ,
  9. url(https://avatanplus.com/files/resources/mid/58eb07b830eab15b56162788.png) 100% 100% repeat-y ,
  10. url(https://vignette.wikia.nocookie.net/mashaandthebear/images/e/e0/Ёжик.png/revision/latest?cb=20180209130328&path-prefix=ru) 0% 0% repeat-y ;
  11. background-size: 50% 50% , 5% 15% , 25% 20% , 4% 4% , 4% 6%;
  12. }