mirror of
https://github.com/Redume/Kekkai-web.git
synced 2025-01-10 16:53:45 +03:00
29 lines
407 B
CSS
29 lines
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;
|
||
|
}
|