mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
34 lines
382 B
SCSS
34 lines
382 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);
|
|
width: 30em;
|
|
}
|
|
|
|
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
margin: 2.5em;
|
|
}
|