From 001e7018cd32d5ee28b0d3492439627aa2d28b8f Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 2 Jul 2018 22:47:22 -0700 Subject: [PATCH 1/2] update CSS to make content readable --- css/style.css | 41 +++++++++++++++++++++++++++++++++++++++-- index.html | 4 ++-- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 4e13243..1fb31c1 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,7 @@ body { - background-color: #ff0000; - color: #0000FF; + background-color: #333333; + color: #FFFFFF; + font-size: 16 px; } nav { @@ -8,6 +9,42 @@ nav { float: left; position: fixed; width: 100%; + font-size: 1.3em; + font-weight: bold; +} + +h1 { + font-size: 2em; + font-weight: 800; + line-height: 200%; +} + +h3 { + font-size: 1.2em; + font-weight: 600; + line-height: 160%; +} + +p { + font-size: 100%; + line-height: 180%; +} + +figcaption { + font-size: 0.8em; + line-height: normal; +} + +a { + text-decoration: none; + color: #FFFFFF; +} + +a:hover { color: #3F7FBF; } + +.author { + line-height: 250%; + text-decoration: underline; } .logo { diff --git a/index.html b/index.html index 775fab8..3599c5b 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@