diff options
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; |
