Files
aklive2d/src/components/fallback.css
2023-01-16 14:06:14 -05:00

8 lines
161 B
CSS

#fallback {
margin: auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}