Skip to content

Commit

Permalink
fixed the errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ditiselit committed Dec 8, 2024
1 parent bf7042a commit 721cdee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
8 changes: 8 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
class="logo__img"
/>
</a>

<nav class="nav">
<ul class="nav__list">
<li class="nav__item">
Expand All @@ -49,43 +50,50 @@
>
Apple
</a>

<a
href="index.html"
class="nav__link"
>
Samsung
</a>

<a
href="index.html"
class="nav__link"
>
Smartphones
</a>

<a
href="index.html"
class="nav__link"
data-qa="hover"
>
Laptops & Computers
</a>

<a
href="index.html"
class="nav__link"
>
Gadgets
</a>

<a
href="index.html"
class="nav__link"
>
Tablets
</a>

<a
href="index.html"
class="nav__link"
>
Photo
</a>

<a
href="index.html"
class="nav__link"
Expand Down
14 changes: 8 additions & 6 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
html {
font-family: Roboto, sans-serif;
* {
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

html {
font-family: Roboto, sans-serif;
}

:root {
--main-color: black;
--active-color: #00acdc;
}
Expand All @@ -18,8 +21,7 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 50px;
padding-right: 50px;
padding: 0 50px;
}

.logo__img {
Expand Down

0 comments on commit 721cdee

Please sign in to comment.