Created
December 10, 2010 06:00
-
-
Save Lobstrosity/735845 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <!-- Common styles --> | |
| <link rel="stylesheet" href="base.css" /> | |
| <!-- For tiny (most likely mobile) browsers --> | |
| <link rel="stylesheet" href="small.css" media="max-width: 320px" /> | |
| <!-- For small desktop or large mobile browsers --> | |
| <link rel="stylesheet" href="medium.css" | |
| media="min-width: 321px and max-width: 799px" /> | |
| <!-- Most desktop browsers --> | |
| <link rel="stylesheet" href="large.css" media="min-width: 800px" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment