mirror of
https://github.com/Redume/Kekkai-web.git
synced 2025-02-24 10:21:23 +03:00
git init
This commit is contained in:
commit
4e4f913477
12 changed files with 811 additions and 0 deletions
29
src/web/static/styles/index.css
Normal file
29
src/web/static/styles/index.css
Normal 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;
|
||||
}
|
Loading…
Add table
Reference in a new issue