added styles for btn--now and add use a fonts

This commit is contained in:
Kostya
2023-11-13 22:40:52 +03:00
parent 88924822bb
commit ec90722fbe

View File

@@ -71,11 +71,26 @@ export default {
justify-content: center; justify-content: center;
} }
.header__nav nav a { .header__nav nav a {
font-size: 21px; text-decoration: none;
font-size: 19px;
margin-right: 75px; margin-right: 75px;
color: #fff; color: #fff;
font-family: Montserrat Alternates;
font-weight: 700;
} }
#btn--now { #btn--now {
color: #ffb400; color: #ffb400;
font-family: Montserrat Alternates;
font-weight: 700;
position: relative;
}
#btn--now::before {
position: absolute;
content: '';
width: 100%;
height: 2px;
background: #ffb400;
bottom: -7px;
left: 0;
} }
</style> </style>