Skip to content

Instantly share code, notes, and snippets.

@emmgfx
Created January 15, 2013 11:42
Show Gist options
  • Save emmgfx/4538055 to your computer and use it in GitHub Desktop.
Save emmgfx/4538055 to your computer and use it in GitHub Desktop.
Media queries con diferentes hojas de estilos
<!-- Se aplicará medium.css si la ventana mide entre 701 y 900px -->
<link rel="stylesheet" media="screen and (min-width: 701px) and (max-width: 900px)" href="css/medium.css" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment