Advertisement
Guest User

Untitled

a guest
Feb 1st, 2021
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1.  
  2.  
  3. <!-- MUSIC PLAYER -->
  4. <div id="playlist" class="carousel slide" data-interval="900000">
  5. <div class="carousel-inner">
  6.  
  7. <!-- SONG 1 -->
  8. <div class="carousel-item active">
  9. <div class="justify-content-between mx-3" style="overflow:hidden">
  10. <span><iframe class="flex-fill" style="height:1em; width:1em; opacity:0; position:absolute; margin-top:5.5px; z-index:1;" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen src="https://www.youtube.com/watch?v=PfnfT-Z7IH8"></iframe>
  11. <a href=""><i class="fas fa-play"></i></a> <a href="#playlist" role="button" data-slide="next"><i class="fas fa-step-forward"></i></a></span>
  12. <span style="font-size: 100%">fahkeet <span class="text-muted">- Light Club</span></span>
  13. </div>
  14. </div>
  15.  
  16. <!-- SONG 2 -->
  17. <div class="carousel-item">
  18. <div class="justify-content-between mx-3" style="overflow:hidden">
  19. <span><iframe class="flex-fill" style="height:1em; width:1em; opacity:0; position:absolute; margin-top:5.5px; z-index:1;" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen src="https://www.youtube.com/watch?v=9imCm6CrNZ8"></iframe>
  20. <a href=""><i class="fas fa-play"></i></a> <a href="#playlist" role="button" data-slide="next"><i class="fas fa-step-forward"></i></a></span>
  21. <span style="font-size: 100%">run <span class="text-muted">- iamthekidyouknowwhatimean</span>
  22.  
  23. </span>
  24. </div>
  25. </div>
  26.  
  27. <!-- copy & paste song 2 here for more songs -->
  28.  
  29. </div>
  30. </div>
  31.  
  32. <div class="card bg-faded my-2 rounded-0" style="padding:1px;"></div>
  33.  
  34. <!-- STAMPS -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement