JAYASWAROOP commited on
Commit
abe5ac1
1 Parent(s): ae8f9a8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -2
index.html CHANGED
@@ -214,6 +214,16 @@ audio {
214
  width: 100%;
215
  margin-top: 10px;
216
  }
 
 
 
 
 
 
 
 
 
 
217
  </style>
218
  </head>
219
  <body>
@@ -310,7 +320,7 @@ audio {
310
  <div class="modal fade" id="exampleModal3" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
311
  <div class="modal-dialog">
312
 
313
- <div class="modal-content container1">
314
 
315
  <div class="">
316
  <div class="mt-3 ml-auto">
@@ -495,7 +505,9 @@ audio {
495
  <audio controls class="d-none" id="audio">
496
  <source src="ranjha1.mp3" type="audio/mp3" />
497
  </audio>
498
- <button onclick="addToPlaylist()">Add to Playlist</button>
 
 
499
  </div>
500
 
501
  </div>
 
214
  width: 100%;
215
  margin-top: 10px;
216
  }
217
+ .container2 {
218
+ margin: 0 auto;
219
+ font-family: Arial, sans-serif;
220
+ padding: 20px;
221
+ background-image: url('https://dm0qx8t0i9gc9.cloudfront.net/watermarks/image/rDtN98Qoishumwih/colorful-musical-notes-wave-background_zkTcaoOd_SB_PM.jpg');
222
+ background-size: cover;
223
+ border: 1px solid #cccccc;
224
+ border-radius: 5px;
225
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
226
+ }
227
  </style>
228
  </head>
229
  <body>
 
320
  <div class="modal fade" id="exampleModal3" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
321
  <div class="modal-dialog">
322
 
323
+ <div class="modal-content container2">
324
 
325
  <div class="">
326
  <div class="mt-3 ml-auto">
 
505
  <audio controls class="d-none" id="audio">
506
  <source src="ranjha1.mp3" type="audio/mp3" />
507
  </audio>
508
+ <!-- Assuming you have an icon element with the class 'love-icon' -->
509
+ <i class="fa fa-heart love-icon" onclick="togglePlaylist()"></i>
510
+
511
  </div>
512
 
513
  </div>