MCQ
How can you create a responsive card layout using CSS?
Responsive Web Design
A Using fixed widths
B Using CSS Grid with auto-fill and minmax
C Using only float properties
D Using absolute positioning
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.