kjelsrud.dev/assets/css/common/404.css
2023-07-14 21:38:39 +02:00

13 lines
203 B
CSS

.not-found {
position: absolute;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
}
.not-found-text {
font-size: 50px;
font-weight: 700;
}