Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div style=" 4px; -12px;">
- <div id="music">
- <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">
- </iframe>
- <div>
- <span class="song">Bastion</span>
- <span class="artist">Setting Sail, Coming Home</span>
- </div>
- </div>
- </div>
- into html/css code in stylesheet
- #music {
- position: relative;
- background: u rl('https://static.tumblr.com/bpdtqce/eNEnoonrt/musicplayer.png') top left no-repeat;
- background-size: auto;
- background-size: auto;
- background-size: 100% 100%;
- overflow: hidden;
- height: 50px;
- max-width: 305px;
- border: 1px solid #000000;
- }
- #music iframe {
- position: absolute;
- top: 0px;
- height: 47px;
- opacity: 0.00000000000000000000000001;
- z-index: 0;
- left: 0px;
- }
- #music div {
- position: absolute;
- top: 10px;
- left: 55px;
- width: 51%;
- 0 !important;
- }
- #music span {
- display: block;
- color: #FFFFFF;
- font-weight: normal;
- text-align: left;
- font-size: 12px;
- width: 240px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement