Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
- <style type="text/css">
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- #glenplayer02 {
- position:fixed;
- bottom:10px;
- left:10px;
- display:flex;
- z-index:99;
- }
- #glenplayer02 a {
- text-decoration: none;
- }
- #glenplayer02>div {
- align-self: center;
- -webkit-align-self: center;
- }
- .music-controls {
- user-select: none;
- -webkit-user-select: none;
- width: 20px;
- font-size: 20px;
- cursor: pointer;
- }
- .playy, .pausee {
- color: #e36464;
- }
- /* color of play & pause buttons */
- .pausee {
- display: none;
- }
- .pausee {
- display: none;
- }
- .sonata {
- margin-left:3px;
- margin-bottom:0;
- color: #e36464;
- font-family: 'Poppins', sans-serif;
- font-size: 0.875em;
- /* color of music note symbol */
- }
- .labeltext {
- margin-left: 8px;
- font-family: courier new;
- font-size: 9px;
- color: #222;
- /* color of song title */
- }
- </style>
- <div id="glenplayer02">
- <div class="music-controls" onclick="songstart();">
- <div class="playy">►</div>
- <div class="pausee">❚❚</div>
- </div>
- <div class="sonata">fromis_9 - to heart</div>
- </div>
- <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