notes/Fullscreen image on a webpage html css-1WLFafQX.html
<!DOCTYPE html>
<html>
    <head>
        <style type="text/css">
            html { 
                  background: url("imgs/home.gif") no-repeat center center fixed; 
                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover;
                }
        </style>
    </head>
<body>

</body>
</html>

syntax highlighted by Code2HTML, v. 0.9.1