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.
1 parent bb8d055 commit cccb8a1Copy full SHA for cccb8a1
starter/03-CSS-Fundamentals/style.css
@@ -1,30 +1,33 @@
1
+h1,
2
+h2,
3
+h3,
4
+h4,
5
+p,
6
+li {
7
+ font-family: sans-serif;
8
+}
9
+
10
h1 {
11
color: blue;
12
font-size: 26px;
- font-family: sans-serif;
13
text-transform: uppercase;
14
font-style: italic;
15
}
16
h2 {
17
font-size: 40px;
18
19
h3 {
20
font-size: 30px;
21
22
h4 {
23
font-size: 20px;
24
25
text-align: center;
26
27
p {
28
font-size: 22px;
29
line-height: 1.5;
30
31
li {
32
33
0 commit comments