thisisnotras

audio try

Apr 6th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <style>
  2.  
  3. #audiocontain{
  4. position: absolute;
  5. bottom: 10px;
  6. right: 10px;
  7. height: 50px;
  8. width: 50px;
  9. border: 0px solid black;
  10. overflow: hidden;
  11. border-radius: 20px;
  12. }
  13.  
  14. #audiocontain audio{
  15. opacity: 0;
  16. zoom: 200%;
  17. position: absolute;
  18. left: -14px;
  19. bottom: -14px;
  20. }
  21.  
  22. #audiocontain img{
  23. z-index: -1;
  24. width: 100%;}
  25.  
  26. </style>
  27.  
  28. <div id="audiocontain">
  29. <audio controls src="https://audio.jukehost.co.uk/OQvGKc7fQJ5CSDIKcCuytvFCNzt3cVj1">
  30. </audio>
  31. <img src="https://i.imgur.com/BaOlpg4.gif">
  32. </div>
Advertisement
Add Comment
Please, Sign In to add comment