I'm currently trying to layout a fairly straightforward responsive image grid using CSS Grid (see image)
A static image of the CSS grid layout I'm attempting to create:
The first row will show two images (both at 50% width), the second row will display three images (at aprox 33% each).
I have no problems with this layout using Flexbox but a CSS Grid solution eludes me. For the record, I'm still getting to grips with CSS Grid so perhaps the problem lies with me? Is this layout possible? Any hints/tips would be much appreciated.