From 089d5c1af1dbf03340eeeca36a2b7bc5f183065a Mon Sep 17 00:00:00 2001 From: elisabetta Date: Tue, 26 May 2026 12:58:19 +0200 Subject: [PATCH] commit --- backend/src/main/resources/get/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/src/main/resources/get/style.css b/backend/src/main/resources/get/style.css index 39b6f0f..854a698 100644 --- a/backend/src/main/resources/get/style.css +++ b/backend/src/main/resources/get/style.css @@ -21,6 +21,9 @@ body { font-family: 'Poppins', sans-serif; background: radial-gradient(circle at top right, #1f2937, var(--bg-dark)); + background-attachment: fixed; + background-position: center; + background-size: cover; color: var(--text-main); min-height: 100vh; display: flex;