Hey,
i am trying to achieve this kind of layout with css grid.
I have set the container div of these items to
display: grid
and grid-template-columns: repeat(3, 1fr)
. Then i layed out the items with grid-column and grid row.
This gives me an 3x3 grid. But i need a grid with 2 rows in the first column, 3 rows in the middle column and two rows in the third column. Based on the size of the item. Is there any way of doing this with css grid, i am stuck at the moment. Thanks in advance