This is my first time of using the CSS grid layout. I would like some feedback on if I used it correctly. I would like to know some best practices.
I am unsure for the responsiveness of the images. For the fixed dimensions the challenge asks I think they are ok. But for the intermediate sizes they are a little bit ugly because they try to fit in the small horizontal space so they become too narrow. I used object-fit: cover
to prevent the weird scale, but I would like to have a better solution.
Also I would like some feedback on the html semantic tags, if I used the appropriately.