CSS bank Grid CSS / 8 questions Your progress 0 / 8 done Saved in this browser. Reset All 8 Easy 1 Medium 5 Hard 2 Hide done No questions match those filters. 1 When would you reach for Grid over Flexbox, and vice versa? Easy 2 What's the difference between `fr` units and percentages in a grid template? Medium 3 Explain `repeat(auto-fit, minmax(200px, 1fr))` and how it differs from `auto-fill`. Medium 4 How do named grid areas work, and what's their readability benefit? Medium 5 What's the difference between an implicit and explicit grid, and how do `grid-auto-rows`/`grid-auto-flow` control the implicit one? Medium 6 How do you build a responsive card layout with no media queries using Grid? Medium 7 How does grid item placement with `grid-column: span 2` interact with `dense` packing? Hard 8 How would you build a 12-column layout that a designer can reason about, and why? Hard ← Previous Flexbox Next → Positioning & Stacking