fox-send/app/templates/activeBackground/activeBackground.css

15 lines
292 B
CSS
Raw Normal View History

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