Advertisement
marshallsmyth

Music Box with css

Apr 18th, 2020
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1.  
  2.  
  3. <style type="text/css">  #musicbox, audio {background:#609;padding:3px 0px 9px 0px;
  4. box-shadow:0px 0px 33px 11px #709;}
  5.      #musicbox {z-index:1;position:absolute;top:6%;left:40%;width:21%;
  6. max-height:40px;height:21%;border-radius:40px;overflow:auto;text-align:center;}
  7.      #musicbox audio {max-height:190px;  height:100%;  max-width:100%;  margin-top:0%;} </style>
  8.  
  9.  
  10.  
  11. <div class="color" id="infobox">   <div id="musicbox">   <audio controls controlslist="nodownload">
  12. <source src="http://k003.kiwi6.com/hotlink/kkvn3n9bwe/Chasing_Dream.mp3" type="audio/mpeg;"></audio></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement