☠moota☠'s profile picture

Published by

published

Category: Web, HTML, Tech

Ipod music player HTML code

  <!-- This is the url for the ipod pic , u can put whatever song u want inside it using canva "https://i.postimg.cc/pV4sNm59/ec0b6456-6954-4283-8263-20a6ebda9c7a-png.png"-->

<style>


#music {

  position: relative;

  background: url('PUT THE URL OF THE IPOD PLAYER PIC WITH SONG OF UR CHOICE') top left no-repeat;

    background-size: auto;

  background-size: auto;

  background-size: 100% 100%;

  overflow: hidden;

  height: 145px;

  max-width: 305px;

  

}

#music iframe {

  position: absolute;

  top: 60px;

  height: 40px;

  opacity: 0.00000000000000000000000001;

  z-index: 0;

  left: 40px;

}

#music div {

  position: absolute;

  top: 10px;

  left: 55px;

  width: 51%;

  margin: 0 !important;

}


</style>


 <!-- PUT THIS CODE IN THE HERO SECTION-->


<tr>

</tr>


<div style="margin-top: 4px;margin-bottom: -12px;">


<div id="music">

                            <iframe allowfullscreen="" src="GO ONTO THE YOUTUBE SONG , PRESS EMBED , COPY THE LINK HERE , it should look like this : https://www.youtube.com/embed/sjM45xllovY?si=UgOyC4kFAQbSSE4F" loading="lazy" width="560" height="315" frameborder="0"></iframe>

                        

                            

</div>

                    


</div>



7 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )