mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added two-bg with filter blur, saperpage
This commit is contained in:
@@ -36,6 +36,18 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-two {
|
||||||
|
background: #293561;
|
||||||
|
filter: blur(120px);
|
||||||
|
position: absolute;
|
||||||
|
top: 220px;
|
||||||
|
transform: rotate(330deg);
|
||||||
|
left: 800px;
|
||||||
|
width: 40%;
|
||||||
|
height: 25%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
.saper-start {
|
.saper-start {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
<section class="saper">
|
<section class="saper">
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
|
<div class="bg-two"></div>
|
||||||
<div class="saper-start">
|
<div class="saper-start">
|
||||||
<div class="saper-start__content title-saper padding-elements">
|
<div class="saper-start__content title-saper padding-elements">
|
||||||
<h2>Сапёр</h2>
|
<h2>Сапёр</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user