Quiz: CSS Grid
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. What does `grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))` do?
2. How do you make a grid item span all columns?
3. What is the difference between `auto-fill` and `auto-fit`?
4. Which unit distributes remaining space proportionally among grid columns?