Advertisement
Koltin

Untitled

Jan 5th, 2025
46
0
12 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.34 KB | None | 0 0
  1. <div style=" 4px; -12px;">
  2.  
  3.  
  4.  
  5. <div id="music">
  6.  
  7.                             <iframe width="0" height="0" src="https://www.youtube.com/embed/g60bPpXEq9Q//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">
  8.  
  9. </iframe>
  10.  
  11.  
  12.  
  13.                         <div>
  14.  
  15.                             <span class="song">Bastion</span>
  16.  
  17.                             <span class="artist">Setting Sail, Coming Home</span>
  18.  
  19. </div>
  20.  
  21.                     </div>
  22.  
  23.  
  24.  
  25. </div>
  26.  
  27.  
  28.  
  29. into html/css code in stylesheet
  30.  
  31. #music {
  32.   position: relative;
  33.   background: u rl('https://static.tumblr.com/bpdtqce/eNEnoonrt/musicplayer.png') top left no-repeat;
  34.     background-size: auto;
  35.   background-size: auto;
  36.   background-size: 100% 100%;
  37.   overflow: hidden;
  38.   height: 50px;
  39.   max-width: 305px;
  40.   border: 1px solid #000000;
  41. }
  42. #music iframe {
  43.   position: absolute;
  44.   top: 0px;
  45.   height: 47px;
  46.   opacity: 0.00000000000000000000000001;
  47.   z-index: 0;
  48.   left: 0px;
  49. }
  50. #music div {
  51.   position: absolute;
  52.   top: 10px;
  53.   left: 55px;
  54.   width: 51%;
  55.    0 !important;
  56. }
  57. #music span {
  58.   display: block;
  59.   color: #FFFFFF;
  60.   font-weight: normal;
  61.   text-align: left;
  62.   font-size: 12px;
  63.   width: 240px;
  64. }
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement