www/styles/post.module.css

18 lines
285 B
CSS
Raw Normal View History

.imageBlock {
2022-04-27 09:10:49 +00:00
position: fixed;
z-index: -1;
right: 0;
left: 0;
background-size: cover;
2022-04-27 09:10:49 +00:00
background-position: center;
min-height: 100%;
background-attachment: fixed;
}
.block {
background-color: rgba(13, 17, 23, 0.9);
}
.spacer {
height: 5rem;
}