Skip to content

Commit

Permalink
Updated nav-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
VijaySamant4368 committed Jul 20, 2024
1 parent 957c9d1 commit 6b0c32e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions story.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
<a href="login-modified.html" class="contact-btn"><button class="btn" id="btn-style" style="margin: 0;"
data-aos="fade-down">Login</button></a>

<a href="loginPage.html" class="contact-btn"><button class="btn" id="logout-btn"
style="margin: 0; display: none;" data-aos="fade-down" disabled>Log Out</button></a>

<!-- <a href="login-modified.html" class="contact-btn"><button class="btn" id="btn-style"
style="margin: 0; box-shadow:1.5px 1.5px 6px red;" data-aos="fade-down">Login</button></a> -->
Expand All @@ -92,12 +94,17 @@
</nav>
</div>


<style>
.nav-container .newNav {
display: flex;
justify-content: space-around;
gap: 0;
}

.nav-container .newNav .navLinks {
padding: 20px;
}
</style>

<!-- inserted a video in the header section to reflect "watch our story" -->
Expand Down

0 comments on commit 6b0c32e

Please sign in to comment.