MCQ
What is the role of CSS grid in responsive design?
Responsive Web Design
A It only creates fixed layouts
B It creates complex responsive layouts with minimal code
C It is used for styling text
D It is a JavaScript library
Explanation

CSS Grid provides a powerful way to create complex responsive layouts with minimal code, allowing for precise control over row and column arrangements.