{{ head_content }} WELCOME /* BACKGROUND IMAGE */ body { background: url(https://media.giphy.com/media/93lyyKBk1KhqCytPFK/giphy.gif) no-repeat center center fixed; webkit-background-size: cover; moz-background-size: cover; o-background-size: cover; background-size: cover; } @media only screen and (max-width: 1000px) { body { /* The file size of this background image is 93% smaller * to improve page load speed on mobile internet connections */ background-image: url(https://media.giphy.com/media/93lyyKBk1KhqCytPFK/giphy.gif); webkit-background-size: cover; moz-background-size: cover; o-background-size: cover; background-size: cover; } } .centered { position: fixed; top: 50%; left: 50%; margin-top: -98px; margin-left: -80px; } /* ENTER BUTTON CODING */ #tuxie { width: 25px; height: 25px; background: url('https://i.stack.imgur.com/GixhT.png') no-repeat left top; } #tuxie:hover { background-position: -25px 0px; content:url(http://www.ratlife13.com/products); } <div id="tuxie" />