Skip to content

Instantly share code, notes, and snippets.

@verekia
Created August 23, 2016 22:20
Show Gist options
  • Save verekia/b181e24475199fbdce7a769c321624cc to your computer and use it in GitHub Desktop.
Save verekia/b181e24475199fbdce7a769c321624cc to your computer and use it in GitHub Desktop.
body{
background-color:green;
}
@media screen and (max-device-width: 600px) {
/* Style appliqué uniquement sur les écrans de moins de 600px de largeur */
body{
background-color:red;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment