CSS Grid (Part 18) — Nesting Grid with Album Layouts
Project case study — Responsive Album Layout
Live dev notes taken throughout the CSS Grid course by Wesbos — cssgrid.io
Today we look at understanding what it takes to put together a responsive album layout that uses nested grids.
To structure the html elements, there may be cases where adding div wrappers (i.e. parent divs) to group elements will make the implementation of CSS much more easier to manage.