Skip to content

Commit 0ebee4f

Browse files
Update finalquiz.html
1 parent c6f3d35 commit 0ebee4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

finalquiz.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@
147147
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
148148
margin: 30px 0;
149149
}
150+
.active-nav-button {
151+
background-color: #0056b3; /* A slightly darker blue to indicate active state */
152+
color: white;
153+
border-bottom: 3px solid #f0f0f0; /* Add a subtle underline */
154+
}
150155
/* Small devices (phones, 600px and down) */
151156
@media only screen and (max-width: 600px) {
152157
/* ... other mobile styles ... */
@@ -350,7 +355,7 @@ <h2 class="site-title">The Coders Club</h2>
350355
<button class="nav-button" onclick="window.location.href='index.html';">Home</button>
351356
<button class="nav-button" onclick="window.location.href='weeklycontent.html';">Weekly Content</button>
352357
<button class="nav-button" onclick="window.location.href='quiz.html';">Week 5 Quiz</button>
353-
<button class="nav-button" onclick="window.location.href='finalquiz.html';">Final Quiz</button>
358+
<button class="nav-button active-nav-button" onclick="window.location.href='finalquiz.html';">Final Quiz</button>
354359
<button class="nav-button" onclick="window.location.href='leaderboard.html';">Leaderboard</button>
355360
<button class="nav-button" onclick="window.location.href='feedback.html';">Feedback</button>
356361
</div>

0 commit comments

Comments
 (0)