From 58d51ba29c3be09162a8df531feddc291cf08145 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 19 Oct 2022 13:40:09 +0100 Subject: [PATCH] Added further bg declarations --- style/new_style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index 36ef397..30949ef 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -7,7 +7,10 @@ body { } .header-image-home { - background: darkslategrey url("https://via.placeholder.com/375x335webp") no-repeat fixed center; + background-color: rgb(29,49,49); + background-image: url("https://via.placeholder.com/375x335.webp"); + background-repeat: no-repeat; + background-position: center; min-height: 40%; max-height: 45%; width: 100%;