From e3d5dcf431ac1842119a634b455434a0d429a3bb Mon Sep 17 00:00:00 2001 From: Tony White Date: Tue, 2 Jan 2024 17:21:53 -1000 Subject: [PATCH] add background image --- app/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/index.html b/app/static/index.html index 32246ad..3bd4449 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -26,13 +26,13 @@ transform-origin: center; transform: rotate(0deg); } -/* body { + body { background-image: url('/static/backgroundBB.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: '100% 100%'; background-position: center; - } */ + } #app { margin-top: 60px; /* Adjust based on logo size and desired spacing */