added blur filter in saperpage

This commit is contained in:
Kostya
2023-12-03 10:54:36 +03:00
parent aed1463e36
commit 525c35fb45
2 changed files with 15 additions and 0 deletions

View File

@@ -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;