Problem: Complex Subgrid Responsive Layout
Try to create a responsive layout with a parent grid and a nested subgrid that adapts across mobile, tablet, and desktop.
We'll cover the following...
We'll cover the following...
Problem description
Create a layout with:
Parent grid areas:
header
,content
,aside
, andfooter
.Inside
.content
, a subgrid splits into two columns, atitle
section and alist
...