geesell

lovely.crd.co music player

Mar 30th, 2022 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
  2.  
  3. <style>
  4.  
  5. @font-face {
  6. font-family: lovely script;
  7. src: url(https://dl.dropbox.com/s/ss5bqbogijw4zfj/Lovely%20Script.otf);
  8. }
  9.  
  10. #text02 {
  11. font-family: lovely script;
  12. font-size: 40px;
  13. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  14. position: relative;
  15. bottom: -35px;
  16. left: 95px;
  17. z-index: 1;
  18. }
  19. </style>
  20.  
  21. <script>
  22. document.getElementById('text02').addEventListener('click', function (e) {
  23. e.preventDefault();
  24. document.getElementById('audio').play();document.getElementById('text02').className = 'animate__animated animate__bounce';
  25. });
  26.  
  27. </script>
  28.  
  29. <audio id="audio" src="https://dl.dropbox.com/s/kqf071hysa9ixee/Summer%20Walker%20-%20Just%20Might%20%28Feat.%20PARTYNEXTDOOR%29%20%5BOfficial%20Audio%5D.mp3"></audio>
Add Comment
Please, Sign In to add comment