mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added blur filter in saperpage
This commit is contained in:
@@ -20,10 +20,24 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
padding-top: 10%;
|
||||
border-radius: 20px;
|
||||
background: #17181C;
|
||||
backdrop-filter: blur(100px);
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.bg {
|
||||
background: #293561;
|
||||
filter: blur(120px);
|
||||
position: absolute;
|
||||
top: 250px;
|
||||
transform: rotate(180deg);
|
||||
left: 200px;
|
||||
width: 40%;
|
||||
height: 55%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.saper-start {
|
||||
z-index: 1;
|
||||
margin-left: 5%;
|
||||
border-radius: 20px;
|
||||
background: #22252F;
|
||||
|
||||
Reference in New Issue
Block a user