Skip to content

Instantly share code, notes, and snippets.

@asilbalaban
Created March 14, 2014 11:31
Show Gist options
  • Save asilbalaban/9546084 to your computer and use it in GitHub Desktop.
Save asilbalaban/9546084 to your computer and use it in GitHub Desktop.
Responsive window size standarts
@media screen and (max-width:320px) {}
@media screen and (min-width:321px) and (max-width:639px) {}
@media screen and (min-width:640px) and (max-width:959px) {}
@media screen and (min-width:960px) and (max-width:1279px) {}
@media screen and (min-width:1280px) and (max-width:1599px) {}
@media screen and (min-width:1600px) {}
@media screen and (min-width:1920px) {}
@media print {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment