Question: How would you use CSS to ensure your theme was mobile responsive?

  1. Use CSS grid to create responsive layouts.
  2. Use media queries to add breakpoints for different screen sizes.
  3. Use Flexbox to create flexible page layouts.
  4. 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.