{{ head_content }} WELCOME /* DEMO CSS INSTRUCTION */ h1 { color: blue; background-color: yellow; border: 1px solid black; } p { color: red; } /* BACKGROUND IMAGE */ html { background: url(http://i1349.photobucket.com/albums/p750/ratlife2/WEBSITE_OPENER%201.png) no-repeat center center fixed; 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" />