1.
What is the primary goal of designing a responsive layout?
2.
Which CSS technique is commonly used for creating responsive grids?
3.
What does a fluid grid layout achieve in responsive design?
4.
How does using percentages for widths benefit responsive layouts?
5.
What is the purpose of using media queries in responsive design?
6.
Which media feature is commonly used in media queries to target smaller screens, such as smartphones?
7.
What does the orientation media feature target in media queries?
8.
How can media queries help in creating a responsive navigation menu?
9.
What is the purpose of using @media in CSS?
10.
How does a media query for max-width: 768px affect styles in CSS?