hugo-PaperMod/assets/css/404.css

13 lines
260 B
CSS
Raw Normal View History

2020-07-21 10:50:35 +02:00
/* 404
-------------------------------------------------- */
.not-found {
position: absolute;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
height: 80%;
font-size: 160px;
font-weight: 700;
}