Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created February 12, 2012 12:11
Show Gist options
  • Select an option

  • Save LeaVerou/1808215 to your computer and use it in GitHub Desktop.

Select an option

Save LeaVerou/1808215 to your computer and use it in GitHub Desktop.
Testcase
/**
* Testcase
* Should be true on a 13.3" LCD at 1280x800
*/
html { background: red }
@media (min-resolution: 112dpi) and (max-resolution: 113dpi) {
html { background: lime }
}
{"view":"split-vertical","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment