fosscat-site/themes/PaperMod/assets/css/common/404.css

12 lines
200 B
CSS
Raw Normal View History

2022-09-01 18:42:28 -06:00
.not-found {
position: absolute;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
height: 80%;
font-size: 160px;
font-weight: 700;
}