Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoc2003 authored Mar 8, 2022
1 parent 53d459b commit 63aca2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,9 @@ <h4>My Playlist</h4>
<i class="fas fa-random shuffle-song"></i>
</div>
<div class="play-control__volume">
<i class="fas fa-volume-down"></i>
<input type="range" id="volume" class="volume">

<i class="fas fa-volume-mute"></i>
<input type="range" id="volume" class="volume" value ="1" min = "0" max="1" step="0.1">
<i class="fas fa-volume-up"></i>

</div>
</div>
<div class="play-seekbar">
Expand Down

0 comments on commit 63aca2f

Please sign in to comment.