From 6a38767426e89ac34ba0c94eab772ddaeda06459 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sat, 7 Jan 2023 13:41:50 +0100 Subject: [PATCH] addepted path to bg.png to work in new structure --- styles/game.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/game.css b/styles/game.css index 0e3addb..5b8e1c6 100644 --- a/styles/game.css +++ b/styles/game.css @@ -89,7 +89,7 @@ a:hover { } #title { - background-image: url(bg.png); + background-image: url(./../images/bg.png); background-size: cover; animation: 20s para infinite ease; }