Skip to content

Commit 75c4824

Browse files
committed
added test case to solution file
1 parent 9d264ee commit 75c4824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/05-Specificity/solution.hide.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)