Skip to content

Commit 9d264ee

Browse files
committed
made background yellow more specific so that using !important is meaningful
1 parent 0a9cfbe commit 9d264ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/05-Specificity/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ul li {
22
background: blue;
33
}
44

5-
#thirditem {
5+
li + #thirditem {
66
background: yellow;
77
}
88
/****** DON NOT EDIT ANYTHING ABOVE THIS LINE ****/

0 commit comments

Comments
 (0)