added template for card slots in gamemodes

This commit is contained in:
Kostya
2023-11-23 19:51:06 +03:00
parent 1fc1e4116c
commit 9ac54f3c25
3 changed files with 41 additions and 1 deletions

View File

@@ -74,6 +74,12 @@
.gamemode__content--text h2 {
margin: 2% 0 .5% 10%;
text-transform: uppercase;
color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat;
font-size: 20px;
font-weight: 700;
}
.gamemode__content--text div {
@@ -207,8 +213,38 @@
background: #EF4444;
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 40px;
width: 40%;
width: 60%;
height: 50%;
margin: 18px 36px 0 35px;
}
.linecontent-3 {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.gamemode__twoline--first__element .linecontent-3 h3 {
padding-left: 15%;
text-align: center;
color: #fff;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 87px;
font-weight: 700;
}
.gamemode__twoline--first__element .container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.gamemode__twoline--first__element .container a {
margin-right: 10%;
padding: 20px 20px;
}
/* /GameMode */

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB