latest update 27 jul 24
This commit is contained in:
14
src/pages/GuestSide.module.css
Normal file
14
src/pages/GuestSide.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.loading {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user