Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Created October 16, 2017 14:03
Show Gist options
  • Save hesoyamcode/c40d90582c08f5e0a978c1655fc204fb to your computer and use it in GitHub Desktop.
Save hesoyamcode/c40d90582c08f5e0a978c1655fc204fb to your computer and use it in GitHub Desktop.
/*========== Mobile First Method ==========*/
/* Custom, Extra Small Devices, Phones, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 1199px) {}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {}
/* Retina Devices, Wide Screens */
@media only screen and (min-width: 1920px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment