Skip to content

Commit

Permalink
navbar fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SanaAzeem512 committed Jul 24, 2024
1 parent 778258d commit f73c62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
<nav class="navbar">
<ul>
<i class='icons bx bxs-home'></i>
<li style="margin-left: 1px;"><a href="#home">home</a></li>
<li style="margin-left: 1px;"><a href="#home">Home</a></li>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<i class='icons bx bx-laptop'></i>
<li style="margin-left: 1px;"><a href="./backend/public/index.html">Projects</a></li>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<i class='icons bx bxs-contact'></i>
<li style="margin-left: 1px;"><a href="#contact">contact</a></li>
<li style="margin-left: 1px;"><a href="#contact">Contact</a></li>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<button id="login">Log In</button>
<h3 id="name"></h3>
Expand Down

0 comments on commit f73c62f

Please sign in to comment.