FEAT: New 404 page, pages now use jekyll for componentalization.
This commit is contained in:
30
styles/404.css
Normal file
30
styles/404.css
Normal file
@@ -0,0 +1,30 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user