Quiz Question 1 of 4
Why should breakpoints be used in combination with fluid grids?
Choose the correct answer below:
-
A
Breakpoints should actually not be used in combination with fluid grids. A good fluid grid adjusts without the use of media queries.
-
B
Fluid grids alone aren't compatible with most mobile devices for technical reasons. Media query breakpoints must be used to enable percentages in CSS.
-
C
In a mobile first approach, a single column layout won't look good when stretched across a large monitor. The layout "breaks" and must be adjusted.