blog-pika/www/themes/paperMod/assets/css/common/404.css
2024-06-20 21:57:24 +02:00

11 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;
}