...

/

Problem: Responsive Image Gallery Grid

Problem: Responsive Image Gallery Grid

Try to build a responsive grid that dynamically fits 150px-wide thumbnail images per row with consistent gaps, using CSS Grid without media queries.

Problem description

Given a collection of thumbnail images inside a container, implement a responsive grid that:

  1. Displays as many columns as possible with ...