diff --git a/guide/english/css/id-selector/index.md b/guide/english/css/id-selector/index.md index 1f10eae38e..aa17b889e8 100644 --- a/guide/english/css/id-selector/index.md +++ b/guide/english/css/id-selector/index.md @@ -18,8 +18,7 @@ section#about:hover { color: blue; } div.classname#specified_id { color: green; } ``` ### Note about IDs - -ID should be avoided when styling if possible. As it has high specificity and it can be overriden only if you inline styles, or add styles into ```