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

12 lines
129 B
CSS
Raw Normal View History

2018-06-19 19:58:42 +00:00
.background {
position: absolute;
left: 0;
top: 0;
height: 100%;
z-index: -1;
}
.background > img {
height: 100%;
}