Question: How would you use CSS to ensure your theme was mobile responsive?
- Use CSS grid to create responsive layouts.
- Use media queries to add breakpoints for different screen sizes.
- Use Flexbox to create flexible page layouts.
- all of these answers
Answer: The correct answer of the above question is Option B:Use media queries to add breakpoints for different screen sizes.