MCQ
How can you create a responsive card layout using CSS?
Explanation
CSS Grid with auto-fill and minmax is ideal for responsive card layouts, automatically adapting the number of columns based on the available space.