Skip to content

Commit

Permalink
added nav-bar id and nav-link class
Browse files Browse the repository at this point in the history
  • Loading branch information
benardop committed May 30, 2022
1 parent 296eda0 commit d875781
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
<header id="header">
<img src="" alt="Product">git
</header>
<nav id="nav-bar">
<a class="nav-link" href="">link-1</a>
<a class="nav-link" href="">link-2</a>
<a class="nav-link" href="">link-3</a>
</nav>
</body>
</html>

0 comments on commit d875781

Please sign in to comment.