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://dl.glitter-graphics.com/pub/3178/3178961thpb8utc67.gif', '200px auto', 'repeat', 'scroll')">Lilac Glitter</button> <button class="image-button" onclick="changeBackgroundImage('https://i6.glitter-graphics.org/pub/179/179806tv62v6kk7j.gif', '300px auto', 'repeat', 'scroll')">Blue Hearts</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://i10.glitter-graphics.org/pub/2172/2172579e8e9kr6x98.jpg', '450px auto', 'repeat', 'scroll')">Black Star</button> <button class="image-button" onclick="changeBackgroundImage('https://i9.glitter-graphics.org/pub/1093/1093189ah0gr32qpx.gif', '100px auto', 'repeat', 'scroll')">Pink and Purple</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>