Advertisement
nomskoo

pixel soundwave mp

Apr 1st, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. NOT MY CODE!! the w3 link is no longer working so here is a re-upload! pls lmk who to credit @ crrdcore on twt!
  2.  
  3. <head>
  4. <script src="https://kit.fontawesome.com/77e60dd6da.js" crossorigin="anonymous"></script>
  5. </head>
  6.  
  7. <head>
  8. <link rel="preconnect" href="https://fonts.googleapis.com">
  9. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  10. <link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
  11. </head>
  12.  
  13. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14.  
  15. <!-------MUSIC PLAYER BY GLENTHEMES------->
  16. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  17.  
  18. <style type="text/css">
  19. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  20. #glenplayer02 {
  21. position:relative;#container02;
  22. bottom:0;
  23. margin-bottom:0;
  24. left:0;
  25. margin-left:0;
  26. display:flex;
  27. z-index:99;
  28. }
  29. #glenplayer02 a {
  30. text-decoration:none;
  31. }
  32.  
  33. #glenplayer02 > div {
  34. align-self:center;
  35. -webkit-align-self:center;
  36. }
  37.  
  38. .music-controls {
  39. user-select:none;
  40. -webkit-user-select:none;
  41. width:25px;
  42. font-size:20px;
  43. cursor:pointer;
  44. }
  45.  
  46. .playy, .pausee {
  47. background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(147,155,187,1) 100%);
  48. -webkit-background-clip: text;
  49. -webkit-text-fill-color: transparent;
  50. font-size:16px;
  51. margin-left:4px;
  52. -webkit-text-stroke: 0.6px #666A7B;
  53. } /* color of play & pause buttons */
  54.  
  55. .pausee {
  56. display:none;
  57. }
  58.  
  59. .label text {
  60. margin-bottom:0;
  61. margin-left:0px;
  62. font-family:vt323;
  63. font-size:8px;
  64. color:#222; /* color of song title */
  65. }
  66.  
  67. </style>
  68. <body>
  69. <!-------MUSIC PLAYER BY GLENTHEMES------->
  70. <div id="glenplayer02">
  71. <div class="music-controls" onclick="songstart();">
  72. <div class="playy"><i class="fas fa-play"></i></div>
  73. <div class="pausee"><i class="fas fa-pause"></i></div>
  74. </div>
  75. <div class="labeltext"><img src="https://64.media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"></div>
  76. </div><!--end music player-->
  77.  
  78. <audio id="tune" src="https://dl.dropbox.com/s/43d7vof7vaecnkp/%EB%AF%B8%ED%96%89%20%28%EA%B7%B8%EB%A6%BC%EC%9E%90_%20Shadow%29.mp3?dl=03"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement