From da00969395fb46af7fa48c72b5382f913f0d6f89 Mon Sep 17 00:00:00 2001 From: Sage The DM Date: Mon, 1 Jul 2024 09:45:50 +0200 Subject: [PATCH] Fixed background --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9661774..1ec7b7f 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,9 @@ /* Body styles */ body { background-color: #f9f9f9; - background: #f5f5f5 url("assets/background.jpg") no-repeat center fixed; + background: #f5f5f5 url("assets/background.jpg"); + background-repeat: no-repeat; + background-size: cover; display: flex; flex-direction: column; align-items: center;