diff --git a/starter/03-CSS-Fundamentals/css/style.css b/starter/03-CSS-Fundamentals/css/style.css index 751d4b6ac..8afb0793a 100644 --- a/starter/03-CSS-Fundamentals/css/style.css +++ b/starter/03-CSS-Fundamentals/css/style.css @@ -1,10 +1,24 @@ +* { + /* border-top: 10px solid #1098ad; */ +} + +body { + font-family: sans-serif; + font-size: 22px; +} + +nav { + text-align: center; + font-size: 16px; + text-decoration: underline; +} + h1, h2, h3, h4, p, li { - font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; color: #444; } @@ -35,7 +49,6 @@ h4 { } p { - font-size: 22px; line-height: 1.5; } @@ -61,7 +74,7 @@ li { .related-author { font-style: italic; font-weight: bold; - font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; + /* font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; */ font-size: 18px; }