We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c4f542 + d9de639 commit f98ca16Copy full SHA for f98ca16
foundations/06-cascade-fix/style.css
@@ -5,10 +5,12 @@ body{
5
.para,
6
.small-para {
7
color: hsl(0, 0%, 0%);
8
+ font-weight: 800;
9
}
10
11
12
font-size: 14px;
13
14
15
16
.para {
@@ -29,10 +31,12 @@ body{
29
31
30
32
.child {
33
color: rgb(0, 0, 0);
34
35
36
37
38
div.text {
39
40
font-size: 22px;
-}
41
+ font-weight: 100;
42
+}
0 commit comments