...

/

Problem: CSS Grid Complex Nested Layout

Problem: CSS Grid Complex Nested Layout

Try to create a nested responsive grid layout with adaptive parent and child structures that reflow from single-column on mobile to multi-column on desktop.

Problem description

Design a layout:

  • Parent grid areas include header, sidebar, content, and footer.

  • Content area is subdivided into two-row child grid:

    • hero top spanning full width

    • Bottom row split into features ...