Home › Forums › CSS › Two column grid layout with varying height › Reply To: Two column grid layout with varying height
December 14, 2018 at 12:47 pm
#280204
Member
No, this is not exactly possible with CSS-Grid unless you are dealing with known number of rows since there is no method of telling an item to span all rows unless the number is known.
Also, if the row heights aren’t consistent from column to column it’s not a grid.