1 min readSep 5, 2017
Hey Yaron Shkop 😀
Thanks! Would a grid
be more appropriate for your design if you want all row cells to be the same height?
You could achieve that with using set height and width div
s and then using flex-wrap
in combination with flex-direction: row
to create a grid like effect.
Alternatively, you could look into using an actual CSS grid solution. I’ve yet to explore recreating this effect with CSS grid.