You're designing a responsive website. Which CSS technique would you use to ensure the layout adjusts according to the screen size?

  • Flexbox
  • Floats
  • Grid Layout
  • Media Queries
Media Queries are used in CSS to apply different styles based on the characteristics of the device or screen. It's a key technique in creating responsive designs.
Add your answer
Loading...

Leave a comment

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