Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
affancoder authored Jul 5, 2024
1 parent f87cbad commit 2fab456
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ <h1>Best of NCS - No copyright sounds</h1>
</div>

<div class="contianer2">
<div class="container" style="background-image: url(https://c4.wallpaperflare.com/wallpaper/738/744/882/music-vinyl-simple-background-minimalism-wallpaper-thumb.jpg); background-size: cover;">
<div class="container" style="background-image: url(https://media.dev.to/cdn-cgi/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvda3askm2sbfjl717q9q.png); background-size: cover;">
<div class="songList">
<h1>Best of Punjabi Hits - Dill Se Punjabi</h1>
<h1>Punjabi Hits - Dill Se Punjabi</h1>
<br>
<div>
<div class="songItem">
Expand Down Expand Up @@ -119,7 +119,7 @@ <h1>Best of Punjabi Hits - Dill Se Punjabi</h1>
</div>

<div class="contianer3">
<div class="container" style="background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQdLKk6b5rqN9pfV2F1XvrAJMBSniWdDN34nA-FulH4Yw&s); background-size: cover;">
<div class="container" style="background-image: url(https://i0.wp.com/css-tricks.com/wp-content/uploads/2018/05/sweep_grow.gif?ssl=1); background-size: cover;">
<div class="songList">
<h1>Best of Bollywood Hits - Love Songs</h1>
<br>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let songs = [
coverPath: "cover/10.jpg",
},
{
songName: " Sanam Re",
songName: " Sanam re",
filePath: "assests/11.mp3",
coverPath: "cover/11.jpeg",
},
Expand Down
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@ nav ul li {
width: 70%;
border: 12px;
padding: 34px;
background-image: url("assests/bg.jpg");
border-radius: 24px;
/* background-image: url("assests/bg.jpg"); */
background-image: url('https://64.media.tumblr.com/tumblr_m9bgaq8tzm1rc7pm9o1_400.gif');
background-size: cover;
}

img:hover{
cursor: pointer;
}

#myProgressBar {
Expand Down

0 comments on commit 2fab456

Please sign in to comment.