Skip to content

Instantly share code, notes, and snippets.

@valpryz
Last active April 25, 2019 14:17
Show Gist options
  • Save valpryz/6c7cb7d27553e5f26f8b145d6495d74c to your computer and use it in GitHub Desktop.
Save valpryz/6c7cb7d27553e5f26f8b145d6495d74c to your computer and use it in GitHub Desktop.
range bloc second code
@media only screen and (min-width: 320px) {
/* la regle s'applique pour une taille d'ecran comprise entre 320px - 479px */
}
@media only screen and (min-width: 480px) {
/* la regle s'applique pour des ecrans aux tailles > 480px */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment