What are media queries in CSS and their use case?Difference between min-width and max-width in media queries?Explain float and clear property in CSS!
Jan 29, 2023 · 2 min read · What are media queries in CSS and their use case? Ans:-Media queries allow you to apply CSS styles depending on the width of the devices and display CSS styles depending on various types like screen and print. Use Cases Responsive Design Customize...
Join discussion