Skip to content

Instantly share code, notes, and snippets.

@devyfriend
Created September 2, 2015 11:17
Show Gist options
  • Save devyfriend/35d7be23062a8f3db5e5 to your computer and use it in GitHub Desktop.
Save devyfriend/35d7be23062a8f3db5e5 to your computer and use it in GitHub Desktop.
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media screen and (max-width: 767px) {}
@media screen and (min-width: 768px) {}
@media screen and (-webkit-min-device-pixel-ratio: 0) {}
@media (max-device-width: 480px) and (orientation: landscape) {}
@media (max-width: 767px) {}
@media all and (transform-3d), (-webkit-transform-3d) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}
@media print {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment