Media queries let you apply different CSS styles based on the device's screen size or features, making your design responsive across desktops, tablets, and phones.
Resize your browser or open this on different devices to see the box adjust size and font.
The CSS below uses media queries for these breakpoints:
1. What does the max-width
media query do?
2. What screen sizes does @media only screen and (max-width: 768px)
target?
3. How do you target a device with a minimum width of 1024px?