Skip to content

Instantly share code, notes, and snippets.

@farrukhmomin
Created June 3, 2015 19:55
Show Gist options
  • Save farrukhmomin/448482ef0be219529d70 to your computer and use it in GitHub Desktop.
Save farrukhmomin/448482ef0be219529d70 to your computer and use it in GitHub Desktop.
Media Queries for different screen sizes
@media screen and (max-width: 1160px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 360px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment