Focusing a `background-image` on a Precise Location with Percentages
Let’s say you have an element with a background-image
, where only part of the image is visible, because the image is bigger than the element itself. The rest is cropped away, outside the element.
Now you want to move …