2018-06-19 21:58:42 +02:00
|
|
|
.background {
|
2018-06-21 20:28:31 +02:00
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-size: cover;
|
2018-06-19 21:58:42 +02:00
|
|
|
}
|
|
|
|
|
2018-06-21 20:28:31 +02:00
|
|
|
.background_1 {
|
|
|
|
background-image: url('../assets/background_1.jpg');
|
|
|
|
}
|
|
|
|
|
|
|
|
.background_2 {
|
|
|
|
background-image: url('../assets/background_2.jpg');
|
2018-06-19 21:58:42 +02:00
|
|
|
}
|