This commit is contained in:
sunsets
2023-06-26 18:42:10 +08:00
parent d918a96f24
commit afe5c54367
7 changed files with 210 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
body
{
background-color:#eeeeee;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
text-align: center;
padding: 30px;
border-radius: 10px;
background-color: #ffffff;
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
}