This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
2023-05-08 14:48:02 +02:00

12 lines
200 B
CSS

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