12 lines
129 B
CSS
12 lines
129 B
CSS
|
.background {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
height: 100%;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
|
||
|
.background > img {
|
||
|
height: 100%;
|
||
|
}
|