Skip to content
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
josemoracard authored Apr 4, 2023
commit 343d0f4795edd13a7f62b294e8f50169bcb88cb4
2 changes: 1 addition & 1 deletion exercises/05-Specificity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It's all about the level of **specificity**. If you specify that your `div` with

## 📝 Instructions:

1. Override the `background` of `#thirditem` without deleting any css code, simply append to the css a more specific rule at the end of the document to override the background-color to green.
1. Override the `background` of `#thirditem` without deleting any CSS code, simply append to the CSS a more specific rule at the end of the document to override the background-color to green.


## 💡 Hint:
Expand Down