Add jackpot

This commit is contained in:
Hepatica
2024-02-19 21:49:15 +01:00
parent 30836abf01
commit 0d3ae3147c
6 changed files with 229 additions and 21 deletions

View File

@@ -257,6 +257,29 @@ button {
}
.bg-gradient-left {
background: #293561;
filter: blur(120px);
position: absolute;
top: 250px;
transform: rotate(180deg);
left: 200px;
width: 40%;
height: 55%;
z-index: 0;
}
.bg-two-gradient-right {
background: #293561;
filter: blur(120px);
position: absolute;
top: 220px;
transform: rotate(330deg);
left: 600px;
width: 60%;
height: 35%;
z-index: 0;
}
/* /Crash */
/* Media */