I have 4 icons which should align like the image below.
I’ve tried to first put them into a <div>
with a class which controlls the position.
Now with my knowledge I would give every each image a absolute position, but that will not work, because on every res. my images are not together and just all over the place.
How can I align my images like a “flower” in a responsive way.
2