From 8018865fefc83ade17135ce758b42d78c210dd87 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Sun, 30 Oct 2022 19:32:17 +0000 Subject: [PATCH] Add default bg colours for header --- style/new_style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/new_style.css b/style/new_style.css index 6a2f4b5..69b5278 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -67,6 +67,10 @@ body { @media(min-width:1025px){#home{background-image:url("/images/headers/index/1920.webp")}} @media(min-width:1921px){#home{background-image:url("/images/headers/index/2800.webp")}} @media(min-width:2801px){#home{background-image:url("/images/headers/index/4096.webp")}} +#contact{background-color: blue} +#keys{background-color: blue} +#projects{background-color: blue} +#email-safety{background-color: blue} #header_face { display: flex; position: absolute;