mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
33 lines
364 B
SCSS
33 lines
364 B
SCSS
|
body,
|
||
|
html {
|
||
|
padding: 2.5em;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
|
||
|
.title404 {
|
||
|
text-align: center;
|
||
|
font-size: 3em;
|
||
|
}
|
||
|
|
||
|
.content404 {
|
||
|
text-align: center;
|
||
|
font-size: 2.5em;
|
||
|
}
|
||
|
|
||
|
|
||
|
.c404img {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.c404img img {
|
||
|
filter: opacity(25%) blur(10px);
|
||
|
}
|
||
|
|
||
|
|
||
|
footer {
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
margin: 2.5em;
|
||
|
}
|