Skip to content

Commit

Permalink
error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya Vasilenko committed Mar 11, 2024
1 parent 4bf19ee commit 619fafc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
class="logo__image"
/>
</a>

<nav class="nav">
<ul class="nav__list">
<li class="nav__item">
Expand All @@ -46,6 +47,7 @@
Apple
</a>
</li>

<li class="nav__item">
<a
href="#"
Expand All @@ -54,6 +56,7 @@
Samsung
</a>
</li>

<li class="nav__item">
<a
href="#"
Expand All @@ -62,6 +65,7 @@
Smartphones
</a>
</li>

<li class="nav__item">
<a
href="#"
Expand All @@ -71,6 +75,7 @@
Laptops &amp; computers
</a>
</li>

<li class="nav__item">
<a
href="#"
Expand All @@ -79,6 +84,7 @@
Gadgets
</a>
</li>

<li class="nav__item">
<a
href="#"
Expand All @@ -87,6 +93,7 @@
Tablets
</a>
</li>

<li class="nav__item">
<a
href="#"
Expand All @@ -95,6 +102,7 @@
Photo
</a>
</li>

<li class="nav__item">
<a
href="#"
Expand Down
4 changes: 0 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ body {
width: 100%;
}

nav {
display: block;
}

.nav__list {
display: flex;
padding: 0;
Expand Down

0 comments on commit 619fafc

Please sign in to comment.