Requête de médias téléphoniques CSS
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
Collared Lizard
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
@media (max-width: 640px) {
/* CSS mobile ici */
}