Skip to content

Commit 555159e

Browse files
committed
Finished exercise
1 parent 93f455d commit 555159e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

foundations/06-cascade-fix/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
color: hsl(0, 100%, 50%);
44
}
55

6-
.small-para {
7-
font-size: 12px;
8-
}
9-
106
.para {
117
font-size: 22px;
128
}
139

14-
.confirm {
10+
.small-para {
11+
font-size: 12px;
12+
}
13+
14+
#confirm-button.confirm {
1515
background: green;
1616
color: white;
1717
font-size: 20px;
@@ -24,7 +24,7 @@
2424
font-size: 20px;
2525
}
2626

27-
.child {
27+
.text > .child {
2828
color: red;
2929
font-size: 14px;
3030
}

0 commit comments

Comments
 (0)