Please enjoy a selection of tacky backgrounds
<div class="header-box">Choose a Background Image:</div> <br> <button class="image-button" onclick="changeBackgroundImage('https://dl.glitter-graphics.com/pub/3743/3743463xu8fs1q7fz.jpg', 'cover', 'no-repeat', 'fixed')">Sky</button> <button class="image-button" onclick="changeBackgroundImage('https://i7.glitter-graphics.org/pub/153/153617fwnbu4h8qu.gif', '200px auto', 'repeat', 'scroll')">Star</button> <button class="image-button" onclick="changeBackgroundImage('https://i6.glitter-graphics.org/pub/2017/2017316nx6o1zl9qj.jpg', '500px auto', 'repeat', 'scroll')">Tiled</button> <button class="image-button" onclick="changeBackgroundImage('https://i3.glitter-graphics.org/pub/264/264393ps0ft3rzze.gif', '100px auto', 'repeat', 'scroll')">watermelon</button> <button class="image-button" onclick="changeBackgroundImage('https://i8.glitter-graphics.org/pub/1641/1641218imb4mf05oh.gif', '200px auto', 'repeat', 'scroll')">Bubbles</button> <button class="image-button" onclick="changeBackgroundImage('https://dl.glitter-graphics.com/pub/562/562769ybtasgie1z.jpg', 'cover', 'no-repeat', 'fixed')">Sea</button> <button class="image-button" onclick="changeBackgroundImage('https://i6.glitter-graphics.org/pub/2731/2731276knjpbnlx57.jpg', '200px auto', 'repeat', 'scroll')">Blue sky</button> <button class="image-button" onclick="changeBackgroundImage('https://i8.glitter-graphics.org/pub/2727/2727558v4w5myamg6.png', '150px auto', 'repeat', 'scroll')">Ladybugs</button> <button class="image-button" onclick="changeBackgroundImage('https://dl.glitter-graphics.com/pub/3005/3005320wc01ixg9b5.jpg', '100px auto', 'repeat', 'scroll')">Bunnies</button> <button class="image-button" onclick="changeBackgroundImage('https://i8.glitter-graphics.org/pub/180/180288h7ikj7imei.gif', '200px auto', 'repeat', 'scroll')">Green</button> <button class="image-button" onclick="changeBackgroundImage('https://i2.glitter-graphics.org/pub/1449/1449742dngncuykuw.gif', '500px auto', 'repeat', 'scroll')">Pokemon</button> <script> function changeBackgroundImage(imageUrl, size, repeat, attachment) { document.body.style.backgroundImage = 'url(\'' + imageUrl + '\')'; document.body.style.backgroundSize = size; document.body.style.backgroundRepeat = repeat; document.body.style.backgroundAttachment = attachment; document.body.style.backgroundPosition = "center center"; } </script>