<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url("https://webtutor.dev/images/webtutor.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left center;
}
</style>
</head>
<body>
</body>
</html>