.background-div {

background-image: url(”image.png”);

background-repeat: no-repeat;

background-position: 50% 70%;

}

5.7 image

By measurements

We can also simply use pixels as a unit of measurement for specifying where our image should reside. We can simply state in pixels exactly how far along from the edge the image must be, and that is where the image will move along to. As we can see in the below example: