ari.lt/content/styles/404/main.css

31 lines
352 B
CSS
Raw Normal View History

2021-09-05 03:43:16 +03:00
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);
2021-09-05 04:04:31 +03:00
width: 30em;
2021-09-05 03:43:16 +03:00
}
footer {
position: absolute;
bottom: 0;
margin: 2.5em;
}