I need help figuring out how to position SVG's like in the example image found here. The goal is for the SVG's to maintain their positions even when the screen is resized. You can check out a sample link of my attempt before trying it out.
I experimented with creating a wrapper div using a negative z-index, but this caused the images to disappear once I applied the negative z-index (-z-10). Check out the results on this link.
My end goal is to position three leafs just like shown in the reference image.