Skip to content

Commit 2a4a015

Browse files
committed
style.css
1 parent f341a75 commit 2a4a015

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: foundations/06-cascade-fix/style.css

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,17 @@ body {
88
font-weight: 800;
99
}
1010

11-
.small-para {
12-
font-size: 14px;
13-
font-weight: 800;
14-
}
15-
1611
.para {
1712
font-size: 22px;
1813
}
1914

20-
.confirm {
21-
background: green;
22-
color: white;
23-
font-weight: bold;
24-
}
25-
2615
.button {
2716
background-color: rgb(255, 255, 255);
2817
color: rgb(0, 0, 0);
2918
font-size: 20px;
3019
}
3120

32-
.child {
21+
.text.child {
3322
color: rgb(0, 0, 0);
3423
font-weight: 800;
3524
font-size: 14px;
@@ -40,3 +29,14 @@ div.text {
4029
font-size: 22px;
4130
font-weight: 100;
4231
}
32+
33+
.small-para {
34+
font-size: 14px;
35+
font-weight: 800;
36+
}
37+
38+
.confirm {
39+
background: green;
40+
color: white;
41+
font-weight: bold;
42+
}

0 commit comments

Comments
 (0)