<div class="position"></div>
.position {
height: 400px;
width: 400px;
border: 1px solid #000;
margin: auto;
background: url(http://lorempixel.com/400/400/);
background-repeat: no-repeat;
background-position: 50px -50px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.