How does Bootstrap's CSS prioritize responsiveness in mobile-first design?

  • Media Queries
  • Fixed Widths
  • Inline Styles
  • Flexbox
Bootstrap achieves responsiveness in mobile-first design through the use of Media Queries. These queries allow CSS rules to be applied based on characteristics such as screen size, ensuring a flexible and adaptive layout.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *