Relative Content

Tag Archive for htmlcssflexboxcss-gridweb-frontend

Horizontal scrollable grid in css with upto n rows

I am designing a simple horizontal scrollable grid. Requirement is to have at max 2 rows. If the cells fit in one row, it should show one row else show wrap remaining items in next row. Is this possible with grid or do I have to go with flex.