<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url("https://webtutor.dev/images/webtutor.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
height: 1000px;
}
</style>
</head>
<body>
<h1>The background-attachment Property</h1>
</body>
</html>