Skip to content

Commit 0db089d

Browse files
committed
changed readme,improved test
1 parent 0ed3617 commit 0db089d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

exercises/07-Very-Specific-Rules/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ In this exercise, you can add your code only above the **READ ONLY BLOCK** of th
2222

2323

2424

25+
## :bulb: Hint:
26+
27+
1. the !important attribute helps to override over other attributes

exercises/07-Very-Specific-Rules/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ body {
1212
ul li,
1313
ol li {
1414
color: green;
15-
}
15+
}

0 commit comments

Comments
 (0)