mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
8 lines
193 B
CSS
8 lines
193 B
CSS
:where(.bluelib) :where(.layout-center) :where(.layout-center-background) {
|
|
width: 100vw;
|
|
height: 120vh;
|
|
position: fixed;
|
|
z-index: -1;
|
|
object-fit: cover;
|
|
object-position: center;
|
|
}
|