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
        background-position: left center;
10
    }
11
</style>
12
</head>
13
<body>
14
15
</body>
16
</html>