resize image

This commit is contained in:
Fl1tzi 2023-07-01 23:55:37 +02:00
parent 1b7676de02
commit f33c7d7e13
No known key found for this signature in database
GPG key ID: 06B333727810C686
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ body {
background:
linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
url(/pictures/background.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}

View file

@ -6,6 +6,7 @@ body {
background:
linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
url(/pictures/background.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}