Advertisement
DOLLIECARRDS

wonyoung.uwu.ai music player

Aug 21st, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. <head>
  2. <script src="https://kit.fontawesome.com/77e60dd6da.js" crossorigin="anonymous"></script>
  3. </head>
  4.  
  5. <head>
  6. <link rel="preconnect" href="https://fonts.googleapis.com">
  7. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  8. <link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
  9. </head>
  10.  
  11. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12.  
  13. <!-------MUSIC PLAYER BY GLENTHEMES------->
  14. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  15.  
  16. <style type="text/css">
  17. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  18. #glenplayer02 {
  19. position:relative;#container02;
  20. bottom:0;
  21. margin-bottom:0;
  22. left:0;
  23. margin-left:0;
  24. display:flex;
  25. z-index:99;
  26. }
  27. #glenplayer02 a {
  28. text-decoration:none;
  29. }
  30.  
  31. #glenplayer02 > div {
  32. align-self:center;
  33. -webkit-align-self:center;
  34. }
  35.  
  36. .music-controls {
  37. user-select:none;
  38. -webkit-user-select:none;
  39. width:25px;
  40. font-size:20px;
  41. cursor:pointer;
  42. }
  43.  
  44. .playy, .pausee {
  45. background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(205, 231, 249, 1) 100%);
  46. -webkit-background-clip: text;
  47. -webkit-text-fill-color: transparent;
  48. font-size:16px;
  49. margin-left:4px;
  50. -webkit-text-stroke: 0.6px #666a7b;
  51. } /* color of play & pause buttons */
  52.  
  53. .pausee {
  54. display:none;
  55. }
  56.  
  57. .label text {
  58. margin-bottom:0;
  59. margin-left:0px;
  60. font-family:vt323;
  61. font-size:8px;
  62. color:#222; /* color of song title */
  63. }
  64.  
  65. </style>
  66. <body>
  67. <!-------MUSIC PLAYER BY GLENTHEMES------->
  68. <div id="glenplayer02">
  69. <div class="music-controls" onclick="songstart();">
  70. <div class="playy"><i class="fas fa-play"></i></div>
  71. <div class="pausee"><i class="fas fa-pause"></i></div>
  72. </div>
  73. <div class="labeltext"><img src="https://64.media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"></div>
  74. </div><!--end music player-->
  75.  
  76. <audio id="tune" src="https://cdn.glitch.global/bedd3b66-f642-46ea-834e-97fa004bf879/Melanie%20Martinez%20-%20Gingerbread%20Man%20(Official%20Audio).mp3?v=1661037142014"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement