Skip to content

Commit 9e76d18

Browse files
committed
Changed some centering and moved font-family to body.
1 parent 8edcadb commit 9e76d18

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

starter/03-CSS-Fundamentals/css/style.css

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
* {
2+
/* border-top: 10px solid #1098ad; */
3+
}
4+
5+
body {
6+
font-family: sans-serif;
7+
font-size: 22px;
8+
}
9+
10+
nav {
11+
text-align: center;
12+
font-size: 16px;
13+
text-decoration: underline;
14+
}
15+
116
h1,
217
h2,
318
h3,
419
h4,
520
p,
621
li {
7-
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
822
color: #444;
923
}
1024

@@ -35,7 +49,6 @@ h4 {
3549
}
3650

3751
p {
38-
font-size: 22px;
3952
line-height: 1.5;
4053
}
4154

@@ -61,7 +74,7 @@ li {
6174
.related-author {
6275
font-style: italic;
6376
font-weight: bold;
64-
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
77+
/* font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; */
6578
font-size: 18px;
6679
}
6780

0 commit comments

Comments
 (0)