From cc8efb58b3cebab6327c039e0ff43190006c4507 Mon Sep 17 00:00:00 2001 From: Amr Ayman Date: Fri, 12 Jan 2024 06:46:29 +0200 Subject: [PATCH] try fix --- styles/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/index.css b/styles/index.css index 6058bb7..fb8db43 100644 --- a/styles/index.css +++ b/styles/index.css @@ -80,7 +80,9 @@ header ul li a:hover { display: flex; padding: var(--padding); align-items: center; - background-image: url(../images/wallpaper.jpg); + background-image: url(/images/wallpaper.jpg); + background-repeat: no-repeat; + background-attachment: fixed; background-size: cover; background-position: center; }