Skip to content

Instantly share code, notes, and snippets.

@Lobstrosity
Created December 10, 2010 06:00
Show Gist options
  • Select an option

  • Save Lobstrosity/735845 to your computer and use it in GitHub Desktop.

Select an option

Save Lobstrosity/735845 to your computer and use it in GitHub Desktop.
<!-- 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