From d016dd97ebf50ae2f3c4916a913c2522305c2856 Mon Sep 17 00:00:00 2001 From: gocivici Date: Tue, 26 Sep 2023 19:16:26 +0300 Subject: [PATCH] background change --- public/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index 2f6acd6..38c6021 100644 --- a/public/style.css +++ b/public/style.css @@ -2,7 +2,7 @@ :root { --header-image: url('./bgHOME4.png'); - --body-bg-image: url('./background2.png'); + --body-bg-image: url('./abstract2.jpg'); /* colors */ /* --content: #c3aae5; */ @@ -67,9 +67,9 @@ and then link it! Many fonts have separate files for each style margin: 0; /* background-color: #08031A; */ /* you can delete the line below if you'd prefer to not use an image */ - background-repeat: no-repeat; + /* background-repeat: no-repeat; background-attachment: fixed; - background-size: cover; + background-size: cover; */ color: #e9e4de; background-image: var(--body-bg-image); }