Files
LuckyDiamond/luckydiamond/src/assets/css/PagesStyles/home.css

179 lines
3.1 KiB
CSS

/* Main */
.main {
display: flex;
justify-content: center;
border-radius: 40px;
background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.main__content {
text-align: center;
color: #FFF;
}
.main__content h3 {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat;
font-size: 32px;
font-weight: 700;
margin: 20px 0 -25px 0;
}
.main__content h1 {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 91px;
font-weight: 700;
text-transform: uppercase;
}
.main__content h4 {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
}
@keyframes RaindowAnimate {
from {
color: #6EEB21;
}
10% {
color: #0099ff;
}
50% {
color: #00ff00;
}
75% {
color: #ff3399;
}
100% {
color: #6EEB21;
}
}
.default__text--main__block {
color: #6EEB21;
}
.animate__text--main__block {
animation: RaindowAnimate 5s infinite;
animation-delay: 5s;
}
/* /Main */
/* GameMode */
.gamemode {
width: 80%;
}
.gamemode__content--text h2 {
margin: 2% 0 .5% 10%;
}
.gamemode__content--text div {
width: 80%;
margin: 0 auto;
border: 1px solid #fff;
height: 1px;
}
.gamemode__content--card {
display: flex;
margin-top: 14px;
}
.gamemode__main {
border-radius: 40px;
background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
width: 32%;
height: 100%;
margin-left: 8%;
}
.gamemode__main .line__content1 {
display: flex;
justify-content: center;
text-align: center;
}
.gamemode__main .content {
display: flex;
justify-content: space-between;
align-self: flex-end;
}
.line__content h3 {
color: #fff;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 91px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.line__footer {
display: flex;
justify-content: center;
align-items: end;
padding-top: 12%;
}
.line__footer img {
width: 60%;
}
.line__btn--main a {
border-radius: 21px;
background: #FFF;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
color: #000;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 36px;
font-weight: 700;
padding: 11px 11px;
text-decoration: none;
text-transform: uppercase;
}
.line__btn--main a span {
color: #000;
font-size: 38px;
}
.gamemode__firstline {
background: #EF4444;
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 40px;
width: 50%;
height: 100%;
}
.
.line__btn {
border-radius: 21px;
background: #FFF;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
color: #000;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 36px;
font-weight: 700;
padding: 11px 11px;
text-decoration: none;
text-transform: uppercase;
}
/* /GameMode */