Skip to content

Commit

Permalink
Alligned Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sailaja-adapa committed Aug 9, 2024
1 parent 1ade752 commit 0c7ab28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<div class="logo">
<a href="#">Dots & Boxes ⚄</a>
</div>

<ul class="nav-links">
<li><a href="index.html"><i class="fas fa-home"></i> Home</a></li>
<li><a href="./pages/about.html"><i class="fas fa-info-circle"></i> About Us</a></li>
Expand Down
1 change: 1 addition & 0 deletions styles/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ textarea {
z-index: 1000;
}


.navbarr .nav-links li {
text-align: center;
padding: 10px 0;
Expand Down

0 comments on commit 0c7ab28

Please sign in to comment.