mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-01-03 00:54:20 +00:00
8 lines
169 B
CSS
8 lines
169 B
CSS
:where(body) :where(.layout-center) > :where(img) {
|
|
width: 100vw;
|
|
height: 120vh;
|
|
position: fixed;
|
|
z-index: -1;
|
|
object-fit: cover;
|
|
object-position: center;
|
|
}
|