Files
portfolio/styles/404.css
2023-01-03 22:18:13 -05:00

30 lines
441 B
CSS

#notfound {
--color: var(--dark) linear-gradient(#0000, #0003);
flex: 1;
display: flex;
justify-content: center;
align-items: center;
color: white;
flex-direction: column;
gap: 20px;
}
#notfound > * {
max-width: 300px;
}
#text-outer > i {
font-size: 30px;
}
#text-outer {
display: inline-flex;
flex-direction: column;
align-items: center;
font-size: 25px;
}
#text-404 {
font-size: 160px;
line-height: 1;
}