CSS3 Media Queries snippets
Snippets
A small list of interesting CSS snipppets I came across.
- Target IE with media queries
- Learn how to target IE only browsers with CSS media querys.
- the @supports rule
- Feature detection in CSS using the @supports rule.