Background Position
Background Position ~10 mins

Background Position

The background-position property is used to specify the starting position for a background image or gradient

 .myClass {
background-image: url('path/to/image.jpg');
background-position: 50% 50%;
}