Skip to content

Commit 1d998c3

Browse files
authored
Merge pull request 4GeeksAcademy#37 from jatv93/patch-3
Update README.md
2 parents 50147e6 + 50fb716 commit 1d998c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/05-Specificity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=3JxXkhxyAnI"
66

77
When creating a CSS document, you need to start from the most generic selectors and end with the most specific ones, that is the way CSS works.
88

9-
It's all about the level of Specificity. If you specify that your `div` with `id="thirditem` has a blue background, and later in the document you specify that all `divs` will have yellow background, `#thirditem` will keep his blue background. punto!
9+
It's all about the level of Specificity. If you specify that your `div` with `id="thirditem` has a yellow background, and later in the document you specify that all `divs` will have blue background, `#thirditem` will keep his yellow background. punto!
1010

1111
**Because the more specific, the more priority it has**
1212

0 commit comments

Comments
 (0)