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..bd86c2f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@