Skip to content

Commit

Permalink
update in 19_javascript_music_player
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishkhobragade committed Mar 21, 2024
1 parent 3bb284f commit ea4af28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion 19_javascript_music_player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
</nav>
<div class="media-section">
<!-- song details started -->
<img src="./media/thumb/bhool_bhulaiya2_title_track.jpg" alt="" class="song-img" id="thumbnail">
<div class="img-box">
<img src="./media/thumb/bhool_bhulaiya2_title_track.jpg" alt="" class="song-img" id="thumbnail">
</div>
<h1 id="songTitle">Bhool Bhulaiya Title Track</h1>
<p id="artist">Song Details - Artist</p>
<audio id="song">
Expand Down
3 changes: 1 addition & 2 deletions 19_javascript_music_player/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ nav .circle {
justify-content: center;
}
.song-img {
width: 100%;

width: 100%;
}

.music-player h1 {
Expand Down

0 comments on commit ea4af28

Please sign in to comment.