aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 00:18:50 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 00:18:50 +0100
commit8129d4f13d4c25874e48394fce8b3dccb123a92b (patch)
tree94753f4dde659852829d1d20ee29e3c7df617d1f /scss
parentbbacda44f8cd1629d311ce0242fd01124fe4c876 (diff)
feat(image): custom background image
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss6
1 files changed, 5 insertions, 1 deletions
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;