...

/

Problem: Overlapping Hero and Feature Cards Layout

Problem: Overlapping Hero and Feature Cards Layout

Try to build a responsive layout with a full-width hero that overlaps feature cards using CSS Grid and z-index, adapting structure and overlap depth across breakpoints.

Problem description

Design a layout with:

  • A .hero section spanning full width and overlapping the content area.

  • Four .card feature elements arranged in a 2×2 grid beneath the hero.

Requirements are as follows: ...