We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc2535 commit b56f3b6Copy full SHA for b56f3b6
exercises/07-Very-Specific-Rules/README.md
@@ -11,7 +11,7 @@ In this exercise, you can add your code only above the **READ ONLY BLOCK** of th
11
## 📝 Instructions:
12
13
14
-1. Set the `ul` text color to `red` (override conflicts with specificity).
+1. Set the `ul li` text color to `red` (override conflicts with specificity).
15
16
2. Set the `background-color` of the second `li` of the `ol` to `green` (don't use the #id selector or .class selector).
17
0 commit comments