kjelsrud.dev/assets/css/common/404.css

14 lines
203 B
CSS
Raw Normal View History

2023-07-14 19:38:39 +00:00
.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;
}