We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f341a75 commit 2a4a015Copy full SHA for 2a4a015
foundations/06-cascade-fix/style.css
@@ -8,28 +8,17 @@ body {
8
font-weight: 800;
9
}
10
11
-.small-para {
12
- font-size: 14px;
13
- font-weight: 800;
14
-}
15
-
16
.para {
17
font-size: 22px;
18
19
20
-.confirm {
21
- background: green;
22
- color: white;
23
- font-weight: bold;
24
25
26
.button {
27
background-color: rgb(255, 255, 255);
28
color: rgb(0, 0, 0);
29
font-size: 20px;
30
31
32
-.child {
+.text.child {
33
34
35
font-size: 14px;
@@ -40,3 +29,14 @@ div.text {
40
41
font-weight: 100;
42
+
+.small-para {
+ font-size: 14px;
+ font-weight: 800;
36
+}
37
38
+.confirm {
39
+ background: green;
+ color: white;
+ font-weight: bold;
0 commit comments