mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added class for btn now and changed blur for header bg
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="header__nav">
|
<div class="header__nav">
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#">Главная</a>
|
<a href="#" id="btn--now">Главная</a>
|
||||||
<a href="#">Профиль</a>
|
<a href="#">Профиль</a>
|
||||||
<a href="#">Помощь</a>
|
<a href="#">Помощь</a>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -41,7 +41,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #DF85FF99;
|
background: #DF85FF99;
|
||||||
filter: blur(215px);
|
filter: blur(265px);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.header::after {
|
.header::after {
|
||||||
@@ -52,7 +52,7 @@ export default {
|
|||||||
width: 60%;
|
width: 60%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #7000FF;
|
background: #7000FF;
|
||||||
filter: blur(190px);
|
filter: blur(265px);
|
||||||
z-index: -2;
|
z-index: -2;
|
||||||
}
|
}
|
||||||
.header__content {
|
.header__content {
|
||||||
@@ -75,4 +75,7 @@ export default {
|
|||||||
margin-right: 75px;
|
margin-right: 75px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
#btn--now {
|
||||||
|
color: #ffb400;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user