Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- MAIN CONTAINER --
- width: 60%;
- height: 15em;
- -- MUSIC CONTAINER --
- width: 55%;
- position: absolute;
- right: 0em;
- top: -16em;
- height:4em;
- -- GUIDELINES CONTAINER --
- width: 50%;
- position: absolute;
- right: 0em;
- top: -11.5em;
- height: 13em;
- -- MUSIC PLAYER --
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
- <head>
- <script src="https://kit.fontawesome.com/77e60dd6da.js" crossorigin="anonymous"></script></head>
- <style type="text/css">
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- #glenplayer02 {
- position:absolute;
- bottom: 2.5em;
- right: 0.5em;
- 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:15px;
- font-size:15px;
- cursor:pointer;
- }
- .playy, .pausee {
- background: #A19474;
- -webkit-background-clip: text;
- -webkit-text-fill-color:transparent;
- -webkit-text-stroke-width: 1px;
- -webkit-text-stroke-color: #A19474;
- font-size: 15px;
- color: #ffffff;
- }
- .pausee {
- display:none;
- }
- </style>
- <body>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <div id="glenplayer02">
- <div class="music-controls" onclick="songstart();">
- <div class="playy" style="display: block;"><span><i class="fas fa-play-circle" aria-hidden="true"></i></span></div>
- <div class="pausee" style="display: none;"><span><i class="fas fa-pause-circle" aria-hidden="true"></i></span></div></div>
- </div>
- <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1085098923317792789/YT2mp3.info_-_-_320kbps.mp3"></audio>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement