What is the role of media queries in Bootstrap's responsive design?

  • They define the page layout
  • They control the styling based on device characteristics
  • They handle server-side logic
  • They manage database queries
Media queries in Bootstrap are used to apply different styles based on the characteristics of the device, such as screen size. This enables a responsive design that adapts to various devices, enhancing the user experience.
Add your answer
Loading...

Leave a comment

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