Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
html changes for dark mode slider for issue #2
  • Loading branch information
PranjaliBhardwaj authored Dec 31, 2023
1 parent ac0a9a4 commit 7824812
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Kviz</h1>
</div>
</div>

<div>
<div class="box">
<input type="checkbox" class="checkbox" id="checkbox">
<label for="checkbox" class="label">
<i class="fas fa-moon"></i>
Expand All @@ -31,3 +31,8 @@ <h1>Kviz</h1>

</body>
</html>

<script src="toggle.js"></script>

</body>
</html>

0 comments on commit 7824812

Please sign in to comment.