Files
AnythingYouWant/src/pages/GuestSide.module.css
2024-07-27 10:58:43 +07:00

14 lines
222 B
CSS

.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: white;
color: black;
}
.loading {
font-size: 24px;
font-weight: bold;
}