Add default bg colours for header

This commit is contained in:
Fred Boniface 2022-10-30 19:32:17 +00:00
parent 5e60eab632
commit 8018865fef
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ body {
@media(min-width:1025px){#home{background-image:url("/images/headers/index/1920.webp")}} @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:1921px){#home{background-image:url("/images/headers/index/2800.webp")}}
@media(min-width:2801px){#home{background-image:url("/images/headers/index/4096.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 { #header_face {
display: flex; display: flex;
position: absolute; position: absolute;