Which CSS property is typically used to set breakpoints in responsive design?

  • @media
  • breakpoint
  • media
  • query
In responsive web design, the @media rule is used to set breakpoints. It allows you to define specific CSS styles that apply when certain conditions are met, such as screen width or orientation. By using @media queries, you can create responsive layouts that adjust to different screen sizes, making your website look and function well on various devices.
Add your answer
Loading...

Leave a comment

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