File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,6 @@ <h4>Related posts</h4>
143
143
</ ul >
144
144
</ aside >
145
145
146
- < footer > Copyright © 2027 by The Code Magazine.</ footer >
146
+ < footer > < p > Copyright © 2027 by The Code Magazine.</ footer > </ p >
147
147
</ body >
148
148
</ html >
Original file line number Diff line number Diff line change
1
+ h1 ,
2
+ h2 ,
3
+ h3 ,
4
+ h4 ,
5
+ p ,
6
+ li {
7
+ font-family : sans-serif;
8
+ }
9
+
1
10
h1 {
2
11
font-size : 26px ;
3
- font-family : sans-serif;
4
12
text-transform : uppercase;
5
13
font-style : italic;
6
14
}
7
15
8
16
h2 {
9
17
font-size : 40px ;
10
- font-family : sans-serif;
11
18
}
12
19
13
20
h3 {
14
21
font-size : 30px ;
15
- font-family : sans-serif;
16
22
}
17
23
18
24
h4 {
19
25
font-size : 20px ;
20
- font-family : sans-serif;
21
26
text-transform : uppercase;
22
27
text-align : center;
23
28
}
24
29
25
30
p {
26
31
font-size : 22px ;
27
- font-family : sans-serif;
28
32
line-height : 1.5 ;
29
33
}
30
34
31
35
li {
32
- font-family : sans-serif;
33
36
font-size : 20px ;
34
37
}
38
+
39
+ footer p {
40
+ font-size : 16px ;
41
+ }
42
+
43
+ article header p {
44
+ font-style : italic;
45
+ }
You can’t perform that action at this time.
0 commit comments