Starlio-web/localized-files/ru/static/css/404.css

25 lines
304 B
CSS
Raw Normal View History

2023-05-27 11:48:27 +03:00
body {
background: #131313;
color: white;
}
* {
line-height: 1.2;
margin: 0;
}
lottie-player {
margin: 0 auto;
width: 300px; height: 300px;
}
p {
2024-07-21 15:18:08 +03:00
font-family: 'Roboto', sans-serif;
2023-05-27 11:48:27 +03:00
text-align: center;
margin: 0.4% auto;
width: 300px;
}
a {
color: #98e9e8
}