<html>
<head>
<style>
body {
background-image: url('w3css.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50px 150px;
}
</style>
</head>
<body>
<h1>The background-position Property</h1>
<p>Here, the background image is positioned 50px from the left, and 150px down from the top.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss_background-position_pixel by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:34:56 GMT -->
</html>