From 38823ac92d5ef36109964cf21e824a8d4dcf7766 Mon Sep 17 00:00:00 2001 From: CrazyH <87752773+CrazyH2@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:44:50 +0000 Subject: [PATCH] Update style.css --- styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 3b98584..a94e32d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -26,7 +26,7 @@ html, body { position: fixed; justify-content: center; align-items: center; - background-image: url("/assets/images/background.jpg"); + background-image: url("./assets/images/background.jpg"); background-size: cover; background-position: center; }