Created
January 15, 2013 11:42
-
-
Save emmgfx/4538055 to your computer and use it in GitHub Desktop.
Media queries con diferentes hojas de estilos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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