Skip to content

Instantly share code, notes, and snippets.

@stephentcannon
Created February 13, 2014 20:13
Show Gist options
  • Save stephentcannon/8982924 to your computer and use it in GitHub Desktop.
Save stephentcannon/8982924 to your computer and use it in GitHub Desktop.
CSS3 supports the following media types
media_type: all | aural | braille | handheld | print |
projection | screen | tty | tv | embossed
media_feature: width | min-width | max-width
| height | min-height | max-height
| device-width | min-device-width | max-device-width
| device-height | min-device-height | max-device-height
| aspect-ratio | min-aspect-ratio | max-aspect-ratio
| device-aspect-ratio | min-device-aspect-ratio | max-device-aspect-ratio
| color | min-color | max-color
| color-index | min-color-index | max-color-index
| monochrome | min-monochrome | max-monochrome
| resolution | min-resolution | max-resolution
| scan | grid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment