popover helper

by sym3tri

HTML

<html>
    <body>

<div id="helper">POPOVER HELPER</div>
        
    </body>
</html>

CSS

#helper {
    width: 300px;
    height: 300px;
    background: url(http://croutonboy.typepad.com/photos/people_i_hate/hamburger_helper_b284.JPG) no-repeat center;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    -webkit-text-stroke: 1px #fff;
}