16 lines
238 B
CSS
16 lines
238 B
CSS
|
.imageBlock {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
left: 0;
|
||
|
background-size: cover;
|
||
|
min-height: 100%;
|
||
|
background-attachment: fixed;
|
||
|
}
|
||
|
|
||
|
.block {
|
||
|
background-color: rgba(13, 17, 23, 0.9);
|
||
|
}
|
||
|
|
||
|
.spacer {
|
||
|
height: 5rem;
|
||
|
}
|