Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. .marius{
  2. position: fixed;
  3. height: 20px;
  4. width: 23px;
  5. border-radius: 360px;
  6. color: white;
  7. font-size: fff;
  8. line-height: 20px;
  9. text-align: center;
  10. overflow: hidden;
  11. z-index: 20;
  12. margin-top: 8.5%;
  13. margin-left: 7%;
  14. }
  15.  
  16. .marius:hover {
  17.  
  18.  
  19.  
  20. color: #white;}
  21.  
  22. .tunes{
  23.  
  24.  
  25.  
  26. margin-top: -20px; margin-left: 2px;
  27.  
  28.  
  29.  
  30. height: 20px; width: 20px;
  31.  
  32.  
  33.  
  34. overflow: hidden;
  35.  
  36.  
  37.  
  38. opacity: 0;}
  39.  
  40.  
  41.  
  42. Html
  43.  
  44.  
  45. <div class="marius" title="Code credit for music goes to Marius"> 🐉
  46.  
  47. <div class="tunes">
  48.  
  49.  
  50.  
  51. <audio controls="controls">
  52.  
  53.  
  54.  
  55. <source src="musiccodelinkgoeshereasalink"></audio>
  56.  
  57.  
  58.  
  59. </audio>
  60.  
  61.  
  62.  
  63. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement