Files
004_comission/_resources/_tecky/party-planner/backend/public/404.css
louiscklaw 6c60a73f30 update,
2025-01-31 19:15:17 +08:00

19 lines
250 B
CSS

body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
img {
width: 300px;
height: auto;
}
.word {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
font-size: 50px;
margin: 30px;
}