Skip to main content

Build a responsive card grid with no media queriespractice exercise

HTML5andCSS3 logoPRACTICE

Lay the six cards out in a grid that reflows on its own, using repeat(auto-fit, minmax(...)) — without writing a single media query.

Acceptance criteria

  1. 1..cards must use display: grid.
  2. 2.Its columns must be defined with repeat(auto-fit, minmax(...)).
  • Appscrip
  • Autovyn Consultancy
  • CleVision Technologies
  • Streak AI
  • AccioJob
  • Apexon
1
0 × 0

Output ready when you are

Press Run to render your code, or Submit to validate your solution.