Règle CSS responsive (media query)

CSS rule that changes how a page renders based on screen size. The syntax looks like: « if screen is less than 768 pixels, switch the nav to a burger menu ». It's what makes a page readable on phone as well as on a large screen.

Strengths

Limitations

Best for

Official site

View on Coeurdar