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 c5ef753 commit b906282Copy full SHA for b906282
starter/03-CSS-Fundamentals/style.css
@@ -1,34 +1,45 @@
1
+h1,
2
+h2,
3
+h3,
4
+h4,
5
+p,
6
+li {
7
+ font-family: sans-serif;
8
+}
9
+
10
h1 {
11
font-size: 26px;
- font-family: sans-serif;
12
text-transform: uppercase;
13
font-style: italic;
14
}
15
16
h2 {
17
font-size: 40px;
18
19
20
h3 {
21
font-size: 30px;
22
23
24
h4 {
25
font-size: 20px;
26
27
text-align: center;
28
29
30
p {
31
font-size: 22px;
32
line-height: 1.5;
33
34
35
li {
36
37
38
39
+footer p {
40
+ font-size: 16px;
41
42
43
+article header p {
44
+ font-style: italic;
45
0 commit comments