This repository has been archived on 2025-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
Website/src/web/static/styles/index.css
2024-09-21 20:42:44 +03:00

29 lines
No EOL
407 B
CSS

body {
background: #4F5574;
color: white;
font-family: "Gotham Pro";
font-weight: bold;
}
.banner {
background: rgba(0, 0, 0, 0.39);
border-radius: 3vh;
display: grid
}
.banner-img {
display: block;
text-align: center;
}
.banner-img img {
width: 20%;
margin: 1.5%;
}
.desc {
width: 50%;
text-align: center;
margin: 1% auto;
font-size: 2.3vh;
}