mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 08:15:11 +03:00
15 lines
292 B
CSS
15 lines
292 B
CSS
.background {
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
}
|
|
|
|
.background_1 {
|
|
background-image: url('../assets/background_1.jpg');
|
|
}
|
|
|
|
.background_2 {
|
|
background-image: url('../assets/background_2.jpg');
|
|
}
|