feat(image): custom background image
This commit is contained in:
parent
bbacda44f8
commit
8129d4f13d
4 changed files with 27 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue