File tree Expand file tree Collapse file tree 1 file changed +37
-6
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 1 file changed +37
-6
lines changed 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
+ color : # 444 ;
9
+ }
10
+
11
+ h1 ,
12
+ h2 ,
13
+ h3 {
14
+ color : # 1098ad ;
15
+ }
1
16
h1 {
2
17
font-size : 27px ;
3
- font-family : sans-serif;
4
18
text-transform : uppercase;
5
19
font-style : italic;
6
20
}
7
21
8
22
h2 {
9
23
font-size : 40px ;
10
- font-family : sans-serif;
11
24
}
12
25
13
26
h3 {
14
27
font-size : 30px ;
15
- font-family : sans-serif;
16
28
}
17
29
18
30
h4 {
19
31
font-size : 20px ;
20
- font-family : sans-serif;
21
32
text-transform : uppercase;
22
33
text-align : center;
23
34
}
24
35
25
36
p {
26
37
font-size : 22px ;
27
- font-family : sans-serif;
28
38
line-height : 1.5 ;
29
39
}
30
40
31
41
li {
32
- font-family : sans-serif;
33
42
font-size : 20px ;
34
43
}
44
+
45
+ /* footer p {
46
+ font-size: 14px;
47
+ } */
48
+
49
+ # author {
50
+ font-style : italic;
51
+ font-size : 14px ;
52
+ }
53
+
54
+ # copyright {
55
+ font-size : 14px ;
56
+ }
57
+
58
+ .related-authors {
59
+ font-size : 14px ;
60
+ font-weight : bold;
61
+ }
62
+
63
+ .author-list {
64
+ list-style : none;
65
+ }
You can’t perform that action at this time.
0 commit comments