From dd57d6537c814c124be2e6490e4ceb9ed831552d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 27 May 2024 12:01:12 -0400 Subject: readme --- src/public/bg.jpg | Bin 425136 -> 375672 bytes src/public/main.css | 6 ++---- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/public/bg.jpg b/src/public/bg.jpg index 98ef823..6f8314a 100644 Binary files a/src/public/bg.jpg and b/src/public/bg.jpg differ diff --git a/src/public/main.css b/src/public/main.css index 058a49e..51dfb4d 100644 --- a/src/public/main.css +++ b/src/public/main.css @@ -16,10 +16,8 @@ html, body { body { display: flex; justify-content: center; - background: #898989; - background-image: url('./bg.jpg'); - background-size: 100%; - background-position: 50% 50%; + background: url('./bg.jpg') + 50% 50%/cover no-repeat fixed; color: #fff; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 100; -- cgit v1.2.3-freya