Skip to content

Commit

Permalink
Solution after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Pamcik committed Jan 8, 2025
1 parent b3b5911 commit f610ae3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,31 @@
<ul class="header__nav-list">
<li class="header__nav-item">
<a
href="index.html"
href="#"
class="header__nav-link is-active header__nav-link--color"
>
Apple
</a>
</li>
<li class="header__nav-item">
<a
href="index.html"
href="#"
class="header__nav-link"
>
Samsung
</a>
</li>
<li class="header__nav-item">
<a
href="index.html"
href="#"
class="header__nav-link"
>
Smartphones
</a>
</li>
<li class="header__nav-item">
<a
href="index.html"
href="#"
class="header__nav-link"
data-qa="nav-hover"
>
Expand All @@ -70,31 +70,31 @@
</li>
<li class="header__nav-item">
<a
href="index.html"
href="#"
class="header__nav-link"
>
Gadgets
</a>
</li>
<li class="header__nav-item">
<a
href="index.html"
href="#"
class="header__nav-link"
>
Tablets
</a>
</li>
<li class="header__nav-item">
<a
href="index.html"
href="#"
class="header__nav-link"
>
Photo
</a>
</li>
<li class="header__nav-item">
<a
href="index.html"
href="#"
class="header__nav-link"
>
Video
Expand Down
6 changes: 6 additions & 0 deletions src/styles/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,11 @@
&:hover .card__title {
color: $title-color-hover;
}

&:hover .card__button {
background-color: #fff;
color: #00acdc;
border: 1px solid #00acdc;
}
}
}

0 comments on commit f610ae3

Please sign in to comment.