Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
mafSida committed Aug 19, 2024
1 parent d373525 commit 9f64f59
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ img {
/* HEADER */

.header {
/* padding-top: 24px;
padding-bottom: 24px; */
border-bottom: 1px solid #e7e9fc;
box-shadow: 0 1px 6px 0 rgba(46, 47, 66, 0.08),
0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 2px 1px 0 rgba(46, 47, 66, 0.08);
Expand Down Expand Up @@ -104,15 +102,28 @@ img {
.header-menu-item {
}

.header-menu-link::after {
content: '';
width: 100%;
position: absolute;
left: 0;
bottom: -1px;
height: 4px;
background-color: #404bbf;
border-radius: 2px;
transition: ;
}

.header-menu-link {
font-weight: 500;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.02em;
color: #2e2f42;
color: #404bbf;
padding: 24px 0;
display: inline-block;
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}

.header-menu-link:hover,
Expand Down

0 comments on commit 9f64f59

Please sign in to comment.