RWD media queries should be minimal and purposeful, triggered by content strain not device brand assumptions.
Query strategy
- Base mobile styles first.
- Add upward enhancement breakpoints.
- Include preference queries for motion/color scheme where relevant.
Important interview questions and answers
- Q: Why avoid too many breakpoints?
A: Increases maintenance and can create style conflict webs. - Q: Good breakpoint trigger?
A: Content wrapping/overlap becoming unacceptable. - Q: How to debug conflicting media rules?
A: Inspect computed styles with active media condition traces in DevTools.
Tip: Design mobile-first: base rules, then min-width media queries.