mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added underline in btn-now, header elem
This commit is contained in:
@@ -16,11 +16,25 @@
|
||||
.header__nav nav a {
|
||||
margin-right: 75px;
|
||||
text-decoration: none;
|
||||
font-family: Montserrat Alternates;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.header__nav--now {
|
||||
color: #EF4444;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.header__nav--now::before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #EF4444;
|
||||
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
||||
bottom: -7px;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user