Skip to content

Commit

Permalink
Alligned Navbar (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: Vamshi Maskuri <[email protected]>
  • Loading branch information
sailaja-adapa and varshith257 authored Jun 14, 2024
1 parent c561821 commit 5bee3f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,11 @@

</div>
<nav class="nav_menu">

<ul class="nav_link">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="Html-Files/news.html">News</a></li>
<a href="dex.html">Service</a>
<li><a href="dex.html">Service</a></li>
<li><a href="#patient-portal">Patient Portal</a></li>
<li><a href="#doctors">Doctor</a></li>
<li><a href="Html-Files/contact.html">Contact us</a></li>
Expand Down
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ h6 {
}

.nav_link li {
padding: 5px 20px;
margin-right: 20px; /* Add space between items */
padding: 4px 5px;
display: inline-block;
color: white;
}
Expand Down Expand Up @@ -65,8 +66,10 @@ button {
align-items: center;
height: 60px;
margin: auto;
margin-top: 0px; /* Adjust this value to move the header down */
}


.container {
/* display: ; */
font-family: sans-serif;
Expand Down

0 comments on commit 5bee3f6

Please sign in to comment.