diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:18:50 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:18:50 +0100 |
| commit | 8129d4f13d4c25874e48394fce8b3dccb123a92b (patch) | |
| tree | 94753f4dde659852829d1d20ee29e3c7df617d1f /scss/main.scss | |
| parent | bbacda44f8cd1629d311ce0242fd01124fe4c876 (diff) | |
feat(image): custom background image
Diffstat (limited to 'scss/main.scss')
| -rw-r--r-- | scss/main.scss | 6 |
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; |
