diff options
author | ven <vendethiel@hotmail.fr> | 2016-09-06 10:31:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 10:31:03 +0200 |
commit | 801da0cd8aeab1870e557cc58ee4c0e8ba3a3f73 (patch) | |
tree | 522b81f5e5aba250b62ce188444d5d22e577309b | |
parent | 5252f94a17dc63f8fddaeb0d206bb0c30d4cfb70 (diff) |
Address @geoffliu's comment in #1637
-rw-r--r-- | css.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html.markdown b/css.html.markdown index 1952d21f..1c569d04 100644 --- a/css.html.markdown +++ b/css.html.markdown @@ -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 */ |