1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 13:38:38 +01:00

Address @geoffliu's comment in #1637

This commit is contained in:
ven 2016-09-06 10:31:03 +02:00 committed by GitHub
parent 5252f94a17
commit 801da0cd8a

View File

@ -261,7 +261,7 @@ recommended that you avoid its usage.
## Media Queries
CSS Media Queries are a feature in CSS 3 which allows you to specify when certain CSS rules should be applied, such as when printed, or when on a screen with certain dimensions or pixel density.
CSS Media Queries are a feature in CSS 3 which allows you to specify when certain CSS rules should be applied, such as when printed, or when on a screen with certain dimensions or pixel density. They do not add to the selector's specifity.
```css
/* A rule that will be used on all devices */