daster/public/404.css

19 lines
282 B
CSS

body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
div.page {
display: flex;
align-items: center;
}
.pic {
background-image: url("404.png");
min-width: 512px;
min-height: 512px;
background-size: contain;
}