From 3e328f4bcdaf17abf79164ea54e2f81561172e8c Mon Sep 17 00:00:00 2001 From: jasminehuelgas <100349338+jasminehuelgas@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:52:11 +0800 Subject: [PATCH] Update style.css --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c8b4941..7ad22b3 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,6 @@ body{ - background: url("img/back.JPG"); + background: url("img/back.jpg"); + background-color: black; background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%;