Skip to content

Instantly share code, notes, and snippets.

@javiersalinas00
Created July 19, 2019 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javiersalinas00/5112bd5f6211314f2bf8f14a7a84845c to your computer and use it in GitHub Desktop.
Save javiersalinas00/5112bd5f6211314f2bf8f14a7a84845c to your computer and use it in GitHub Desktop.
Media Queries
/*
***
* Media queries
***
* List of media queries
* for later use
* Author: jaaviersalinas.cl
* v 1.0
***
*/
@media (min-width: 1366px) and (max-width: 1440px) {}
@media (min-width: 1025px) and (max-width: 1365px) {}
@media (min-width: 768px) and (max-width: 1024px) {}
@media (max-width: 768px) {}
@media (max-width: 640px) {}
@media (max-width: 320px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment