Recently, I've been experimenting with an image sprite to use as a background.
I'm trying to choose two sections of the image and position them at different spots in the body background - one in the bottom left corner and one in the top right corner.
For example, let's say I have an image that is a rectangle, 1700px wide and 1100px tall, which serves as my image sprite.
First, I need to select a rectangular area that is 600px wide and 400px tall from the top right of the image sprite. This section should be placed in the top right corner of the body element as a background.
Next, I need to choose the bottom left portion of the image sprite, also 600px wide and 400px tall. This part will be positioned in the bottom right corner of the body as another background image.