sandbox/background-move/src/theme/background.css

12 lines
141 B
CSS

.background {
position: fixed;
width: 4032px;
height: 2268px;
z-index: -1;
}
.background img {
width: 4032px;
height: 2268px;
}