Advertisement
rikatoola

Untitled

Oct 29th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <!-- ------------------------------------
  2. MUSIC
  3. ------------------------------------- -->
  4. <div class="row no-gutters p-3 pt-4">
  5. <div class="col-12">
  6.  
  7. <div class="text-center text-uppercase" style="letter-spacing:4px; color:#fff;">liana flores</div>
  8.  
  9. <div class="progress my-2 mb-3" style="height:4px; background-color:#7cccb0;">
  10. <div class="progress-bar"
  11. style="width:25%; background-color:#fff;">
  12. </div>
  13. </div>
  14. </div>
  15.  
  16.  
  17. <!-- --- BACK BUTTON
  18. ------------------------------------- -->
  19. <div class="col">
  20. <p class="text-center" style="font-size:20px; color:#fff;"><i class="fas fa-backward"></i></p>
  21. </div>
  22.  
  23.  
  24. <!-- --- PLAY BUTTON
  25. ------------------------------------- -->
  26. <div class="col">
  27. <p class="text-center" style="font-size:20px; color:#fff;"><i class="fas fa-play"></i></p>
  28. </div>
  29.  
  30.  
  31. <!-- --- FORWARD BUTTON
  32. ------------------------------------- -->
  33. <div class="col">
  34. <p class="text-center" style="font-size:20px; color:#fff;"><i class="fas fa-forward"></i></p>
  35. </div>
  36.  
  37.  
  38. <!-- --- MUSIC
  39. ------------------------------------- -->
  40. <iframe src="https://www.youtube.com/embed/v7_dalAMLrs"
  41. class="w-100" frameborder="0"
  42. style="position:absolute; height:100px; margin-top:20px; left:0; opacity:0.001">
  43. </iframe>
  44. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement