From b1e0cadfa71c951692e7f4545dbaab2059afff6d Mon Sep 17 00:00:00 2001 From: GNUxeava Date: Fri, 18 Mar 2022 11:43:30 +0530 Subject: [PATCH] remove unused fonts --- style.css | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) 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%; +}