From 5eec57f8ea5880c37a2162c54eafd662bb0e1d0d Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 10:17:40 -0600 Subject: [PATCH] -- --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 29d2fdd..05167b0 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,7 @@ body { /* background: linear-gradient(to left, #a0f4a0, #a0f4c0); */ background-image: url("/static/background.png"); + background-position: bottom right; } #title { -- 2.39.5