From 6d6ad68b066cc79473b156cccbeba0b72c76c87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LIS-=CE=BB?= <106002045+Lisanju@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:32:32 -0300 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 dc1e9ef..efa2be2 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,5 +1,5 @@ body { - background-image: url("../imgs/background.png"); + background-image: url("./imgs/background.png"); background-size: cover; background-attachment: fixed; background-position: center;