...

/

Problem: Basic Responsive Grid Layout

Problem: Basic Responsive Grid Layout

Try to build a responsive grid that adapts from one to two columns and then to auto-fitting columns with a minimum width on wider viewports.

Problem description

Given a series of content cards inside a container, implement a responsive grid that:

  1. Displays one column on narrow viewports (< 500px). ...