Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbilozor committed Dec 1, 2023
1 parent f4f90fe commit fb5b3a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,35 @@
<li class="nav__item">
<a class="nav__link is-active" href="#">APPLE</a>
</li>

<li class="nav__item">
<a class="nav__link" href="#">SAMSUNG</a>
</li>

<li class="nav__item">
<a class="nav__link" href="#">SMARTPHONES</a>
</li>

<li class="nav__item">
<a
class="nav__link link"
href="#"
data-qa="hover">LAPTOPS & COMPUTERS
</a>
</li>

<li class="nav__item">
<a class="nav__link" href="#">GADGETS</a>
</li>

<li class="nav__item">
<a class="nav__link" href="#">TABLETS</a>
</li>

<li class="nav__item">
<a class="nav__link" href="#">PHOTO</a>
</li>

<li class="nav__item">
<a class="nav__link" href="#">VIDEO</a>
</li>
Expand Down
4 changes: 1 addition & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ body {
justify-content: space-between;
align-items: center;
padding: 0 50px;

}

.logo {
Expand All @@ -26,7 +25,6 @@ body {
list-style: none;
margin: 0;
padding-left: 0;
height: 60px;
align-items: center;
}

Expand Down Expand Up @@ -72,5 +70,5 @@ body {
}

.link {
height: 60px;
padding: 22.5px 0;
}

0 comments on commit fb5b3a2

Please sign in to comment.