I want to create a design where there are 3 images in a row. Right now the design I get is 3 images that are on top of each other in a column.
I tried to solve this using CSS and saw that the MARGIN of each image captures the entire line and probably for this reason, the next image goes down a line.
The problem I encountered is that the MARGIN of the area to the right of the image is about 0 but still see that it occupies the area of the entire row.
What can be done about it?
Is there another solution you can offer me so that I can arrange the images as 3 images in a row or alternatively, that the row can contain the maximum number of images at a time before it goes down to a new row that will contain the following images?