Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishav-01 authored Oct 3, 2023
1 parent ec1a43d commit 7dd31f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h4>Lela Lela le - By Rauf Faik</h4>
</div>

<div class="bottom">
<input type="range" name="range" id="progress-bar" value="0">
<input type="range" name="range" min="0" max="100" id="progress-bar" value="0">
<div class="icons">
<i class="fa-solid fa-backward-step fa-2x" id="backward"></i>
<i class="fa-regular fa-circle-play fa-2x" id="master-play"></i>
Expand All @@ -77,9 +77,9 @@ <h4>Lela Lela le - By Rauf Faik</h4>
</div>

<div class="slider_container">
<i class="fa fa-volume-up volume-toggle"></i>
<input type="range" min="1" max="100" value="10" class="volume_slider" onchange="setVolume()">

<i class="fa fa-volume-down"></i>
<input type="range" min="0" max="100" value="10" class="volume_slider" onchange="setVolume()">
<i class="fa fa-volume-up"></i>
</div>
</div>

Expand Down

0 comments on commit 7dd31f0

Please sign in to comment.