JAYASWAROOP commited on
Commit
677c2c2
1 Parent(s): 6ca9a20

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +26 -21
index.html CHANGED
@@ -309,28 +309,33 @@ audio {
309
  <div class="modal fade" id="exampleModal3" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
310
  <div class="modal-dialog">
311
 
312
- <div class="modal-content">
313
  <main>
314
- <div class="container">
315
- <section class="playlist">
316
- <h2>Playlist</h2>
317
- <div class="song1">
318
- <h3>Song Title 1</h3>
319
- <p>Artist: Singer Name</p>
320
- <audio controls>
321
- <source src="song1.mp3" type="audio/mpeg">
322
- Your browser does not support the audio element.
323
- </audio>
324
- </div>
325
-
326
- <div class="song1">
327
- <h3>Song Title 2</h3>
328
- <p>Artist: Singer Name</p>
329
- <audio controls>
330
- <source src="song2.mp3" type="audio/mpeg">
331
- Your browser does not support the audio element.
332
- </audio>
333
- </div>
 
 
 
 
 
334
 
335
  <!-- Add more songs as needed -->
336
  </section>
 
309
  <div class="modal fade" id="exampleModal3" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
310
  <div class="modal-dialog">
311
 
312
+ <div class="modal-content container1">
313
  <main>
314
+ <div class="container">
315
+ <div class="m-auto">
316
+ <button type="button" class="close mb-auto" data-dismiss="modal" aria-label="Close">
317
+ <span aria-hidden="true">&times;</span>
318
+ </button>
319
+ </div>
320
+ <section class="playlist">
321
+ <h2>Playlist</h2>
322
+ <div class="song1">
323
+ <h3>Song Title 1</h3>
324
+ <p>Artist: Singer Name</p>
325
+ <audio controls>
326
+ <source src="song1.mp3" type="audio/mpeg">
327
+ Your browser does not support the audio element.
328
+ </audio>
329
+ </div>
330
+
331
+ <div class="song1">
332
+ <h3>Song Title 2</h3>
333
+ <p>Artist: Singer Name</p>
334
+ <audio controls>
335
+ <source src="song2.mp3" type="audio/mpeg">
336
+ Your browser does not support the audio element.
337
+ </audio>
338
+ </div>
339
 
340
  <!-- Add more songs as needed -->
341
  </section>