2023-09-01 22:05:27 +08:00

18 lines
233 B
CSS

body {
background: url('https://cdn-img.czl.net/2023/05/23/pjbczr.webp') no-repeat center center fixed;
background-size:cover;
}
html,
body {
height: 100%;
}
.container {
/* display: flex; */
height: 100%;
}