Skip to content

Instantly share code, notes, and snippets.

@Lobstrosity
Created December 10, 2010 05:53
Show Gist options
  • Select an option

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

Select an option

Save Lobstrosity/735841 to your computer and use it in GitHub Desktop.
<head>
<link rel="stylesheet" href="base.css" />
<link rel="stylesheet" href="mobile.css" media="max-width: 320px" />
<!-- OR -->
<style type="text/css">
/* base styles go here */
@media (max-width: 320px)
{
/* mobile styles go here */
}
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment