Skip to content

Commit e93d52b

Browse files
committed
reversed file to original state
1 parent 7c58c65 commit e93d52b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
/** Insert your code here **/
22

3-
ul li {
4-
color: red !important;
5-
}
6-
7-
ol li:nth-child(2) {
8-
background-color: green;
9-
}
10-
11-
tr:nth-child(odd) {
12-
background: yellow;
13-
}
143

154
/*********** READ ONLY BLOCK ******
165
You CANNOT UPDATE anything from here on,

0 commit comments

Comments
 (0)