1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2025-01-03 00:54:20 +00:00
bluelib/dist/layouts-center.root.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;
}