Skip to content

Commit

Permalink
changes in styling
Browse files Browse the repository at this point in the history
  • Loading branch information
remote007 committed Jan 6, 2025
1 parent 745e648 commit ddb3b4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<li><a href="#">Menu</a></li>
<li><a href="#">Order Online</a></li>
<li><a href="/billing.html">View Cart</a></li>
<li><button class="login_btn_class" id="login_btn_id" onclick="location.href = 'login.html';">Login</button></li>
<li><button id="login_btn_id" onclick="location.href = 'login.html';">Login</button></li>
</ul>
</nav>
15 changes: 15 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,26 @@ html, body {
}

.navbar .nav-links li {
align-items: center;
text-align: center;
border-radius: 12px;
width: 190px;
margin-top: 15px;
margin-left: 20px;
box-shadow: 0 8px 20px rgba(185, 127, 89, 0.8), 0 0 25px rgba(185, 127, 89, 0.6);
}

#login_btn_id{
color: #5c4033;
text-decoration: none;
font-size: 20px;
border: none;
background-color: #f8f1e1;
}

.navbar .nav-links li a {
color: #5c4033;
font-size: 20px;
text-decoration: none;
}

Expand Down

0 comments on commit ddb3b4d

Please sign in to comment.