I have a collection of 5 images:
Image 1:
Image 2:
Image 3:
Image 4:
Image 5:
The dimensions of each image are as follows:
Image 1: 70x40
Image 2: 80x42
Image 3: 90x44
Image 4: 100x46
Image 5: 120x48
I would like to arrange these images in a single row while retaining the ability to adjust spacing between them using CSS. I also want control over the top and bottom borders.
How can I create a div class and implement this code to showcase the images on a webpage? Additionally, what should the CSS properties be for this specific div class to allow for distance adjustments between images as well as top and bottom border spacing?