diff --git a/style.css b/style.css index cc5bb4d..94b260e 100644 --- a/style.css +++ b/style.css @@ -1,16 +1,8 @@ -@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Lora:ital@0;1&display=swap'); -/*html { - height: 100%; -}*/ - body { - /*background-image: linear-gradient(135deg, #266bff, #59cfa3);*/ - background-color:linen; + background-color: linen; background-repeat: no-repeat; color: #606060; margin: 10px; @@ -25,6 +17,15 @@ h1, h2 { font-family: 'Libre Baskerville', sans-serif; } +a { + color: #b00c2f; + text-decoration: none; +} + +a:hover, a:active { + text-decoration: underline; +} + .content { font-family: 'Lora', sans-serif; } @@ -32,3 +33,10 @@ h1, h2 { header, main, section, footer { padding-top: 10px; } + +footer { + margin-left: 5%; + margin-right: 5%; + text-align: center; + font-size: 80%; +}