feat(image): custom background image

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-10 00:18:50 +01:00
parent bbacda44f8
commit 8129d4f13d
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 27 additions and 5 deletions

View file

@ -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;