Advertisement
ukamori

mp3 for jibeomcito tut 3

Aug 7th, 2022
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.56 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.googleapis.com">
  2. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  3. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
  4.  
  5. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  7. <style type="text/css">
  8. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  9.  
  10. #glenplayer02 {
  11. position:fixed;
  12. bottom:10px;
  13. left:10px;
  14. display:flex;
  15. z-index:99;
  16. }
  17.  
  18. #glenplayer02 a {
  19. text-decoration: none;
  20. }
  21.  
  22. #glenplayer02>div {
  23. align-self: center;
  24. -webkit-align-self: center;
  25. }
  26.  
  27. .music-controls {
  28. user-select: none;
  29. -webkit-user-select: none;
  30. width: 20px;
  31. font-size: 20px;
  32. cursor: pointer;
  33. }
  34.  
  35. .playy, .pausee {
  36. color: #e36464;
  37. }
  38.  
  39. /* color of play & pause buttons */
  40. .pausee {
  41. display: none;
  42. }
  43.  
  44. .pausee {
  45. display: none;
  46. }
  47.  
  48. .sonata {
  49. margin-left:3px;
  50. margin-bottom:0;
  51. color: #e36464;
  52. font-family: 'Poppins', sans-serif;
  53. font-size: 0.875em;
  54. /* color of music note symbol */
  55. }
  56.  
  57. .labeltext {
  58. margin-left: 8px;
  59. font-family: courier new;
  60. font-size: 9px;
  61. color: #222;
  62. /* color of song title */
  63. }
  64. </style>
  65.  
  66. <div id="glenplayer02">
  67. <div class="music-controls" onclick="songstart();">
  68. <div class="playy">►</div>
  69. <div class="pausee">❚❚</div>
  70. </div>
  71. <div class="sonata">fromis_9 - to heart</div>
  72. </div>
  73. <audio id="tune" src="https://cdn.discordapp.com/attachments/916511538410569829/1003491217398579270/To_Heart_-_fromis_9_.mp3" type="audio"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement