You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title>Fullscreen Background Image</title>
<style>
body {
margin: 0;
padding: 0;
background: url("background-image.jpg") 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>

You might also like