This commit is contained in:
BIN
src/img/elisa.jpg
Normal file
BIN
src/img/elisa.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
@ -241,3 +241,16 @@ button#cancel-button:not(:disabled):hover {
|
||||
.form-row {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
/* Setzt das Bild als Hintergrund */
|
||||
background-image: url('../img/elisa.jpg');
|
||||
background-size: cover; /* Stellt sicher, dass das Bild den gesamten Hintergrund bedeckt */
|
||||
background-position: center; /* Zentriert das Bild */
|
||||
background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
|
||||
|
||||
/* Fügt eine schwarze, teilweise durchsichtige Schicht über das Bild */
|
||||
background-color: rgba(0, 0, 0, 0.5); /* Schwarz mit 50% Transparenz */
|
||||
background-blend-mode: multiply; /* Mischmodus, um die Transparenz zu erzeugen */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user