From 8129d4f13d4c25874e48394fce8b3dccb123a92b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 10 Nov 2024 00:18:50 +0100 Subject: feat(image): custom background image --- scss/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/main.scss b/scss/main.scss index 5283641..40fbcb4 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -6,10 +6,14 @@ body { align-items: center; justify-content: center; font-size: 18px; + background-position: center; + background-attachment: fixed; + background-repeat: no-repeat; + background-size: cover; } .credits { - position: fixed; + position: absolute; bottom: 1em; display: flex; gap: 1em; -- cgit v1.2.3