x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
    body {
6
        background-image: url("https://webtutor.dev/images/webtutor.jpg");
7
        background-repeat: no-repeat;
8
        background-attachment: fixed;
9
        height: 1000px;
10
    }
11
</style>
12
</head>
13
<body>
14
15
<h1>The background-attachment Property</h1>
16
17
</body>
18
</html>