Advertisement
Lizellea

Music for Pyro

Jan 21st, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. This part below this lines goes above the </style>
  2. ------------------------------------------------
  3.  
  4. #player{
  5. position: fixed;
  6. z-index:2;
  7. bottom: 1%;
  8. left: 2%;
  9. border-radius: 15px;
  10. width: 32px;
  11. border: 6px double #000;
  12. overflow:hidden;}
  13.  
  14.  
  15.  
  16. -------------------------
  17. This part goes below </style>
  18.  
  19. <div id="player">
  20. <center>
  21. <audio controls loop><source src="http://puu.sh/tvbGd/234818469a.mp3"></audio>
  22. </center>
  23. </div>
  24.  
  25.  
  26.  
  27.  
  28.  
  29. the music you want is already added into the code so all you have to do is copy and paste it where it needs to go.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement