A background image (or a gradient) that appears first in the list of multiple background images (and/or gradients) is the one that sits on the very top, followed by the next one in the list, and so on. For example:
background-image: url(1.jpg), url(2.jpg), url(3.jpg);
In the example above, 1.jpg
will be stacked above all other images, 2.jpg
will be in the middle and 3.jpg
will appear at the very bottom.
Hope you found this post useful. It was published . Please show your love and support by sharing this post.