Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Quelle syntaxe de requête CSS est correcte pour appliquer un style quand la largeur est inférieure à 600px ?
@media screen < 600px { ... }
@media width < 600px { ... }
if (width <= 600px) { ... }
@media (max-width: 600px) { ...}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!