This commit is contained in:
Данил 2024-09-21 20:42:44 +03:00
commit 4e4f913477
12 changed files with 811 additions and 0 deletions

View file

@ -0,0 +1,29 @@
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;
}