Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>body {
    background-image: url('smiley.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 30% 20%;
}

</style>
</head>

<body>
</body>

</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy