Skip to content

Commit 8f62932

Browse files
committed
new chnages
1 parent 41ecb70 commit 8f62932

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

starter/03-CSS-Fundamentals/style.css

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,65 @@
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+
}
116
h1 {
217
font-size: 27px;
3-
font-family: sans-serif;
418
text-transform: uppercase;
519
font-style: italic;
620
}
721

822
h2 {
923
font-size: 40px;
10-
font-family: sans-serif;
1124
}
1225

1326
h3 {
1427
font-size: 30px;
15-
font-family: sans-serif;
1628
}
1729

1830
h4 {
1931
font-size: 20px;
20-
font-family: sans-serif;
2132
text-transform: uppercase;
2233
text-align: center;
2334
}
2435

2536
p {
2637
font-size: 22px;
27-
font-family: sans-serif;
2838
line-height: 1.5;
2939
}
3040

3141
li {
32-
font-family: sans-serif;
3342
font-size: 20px;
3443
}
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+
}

0 commit comments

Comments
 (0)