mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
29 lines
701 B
CSS
29 lines
701 B
CSS
.banpage--body {
|
|
background-color: rgb(17, 14, 32);
|
|
background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
|
|
padding: 0px;
|
|
margin: 0;
|
|
color: #fff;
|
|
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
font-family: Montserrat Alternates;
|
|
font-size:25px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
.banpage--video {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.banpage--block {
|
|
width: 50%;
|
|
height: 100%;
|
|
display: block;
|
|
background-color: #ef4444;
|
|
margin: auto;
|
|
margin-top: 100px;
|
|
padding-top: 50px;
|
|
padding-bottom: 100px;
|
|
border-radius: 10px;
|
|
box-shadow: 12px 12px 2px 1px rgba(92, 12, 12, 0.2);
|
|
} |