Serena.png not found's profile picture

Published by

published
updated

Category: Web, HTML, Tech

I CANT POST LAYOUTS SO THIS IS THE BEST I CAN DO :(

DO ANY OF Y'ALL LIKE BLINK 182's SELF TITLED ALBUM AND WANT IT AS A SPINNING CD THING ON YOUR POFILE?? HERES THE CODE THAT I MADE ^_^ (if any of y'all r gonna use this please credit/comment "using" and if there are any problems with the code please comment and ill try to reply asap)

 

<style>

  @keyframes spin {

    100% {

      transform:rotate(360deg);

    }

  }

  

  .recordPlayer {

    display: flex;

    justify-content: center;

    align-items: center;

    padding-bottom: 20px;

  }

  .cd{

    height: 150px;

    margin-left: 55px;

    padding: 10px;

    animation: spin 1.88s linear infinite;

    position: absolute;

  }

  .cdCover {

    height: 150px;

    position: relative;

    z-index: 1;

    margin-right: 55px;

  }

</style>


<div class="recordPlayer">

  <img class="cd" src="https://i.ibb.co/6ZpD80b/Daco-2286058.png"/>

  <img class="cdCover" src="https://i.ibb.co/swqR22j/kuva-2024-12-06-132458953.png"/>

</div>


1 Kudos

Comments

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

𝖘𝖚𝖓𝖋0𝖜3𝖗_𝖝

𝖘𝖚𝖓𝖋0𝖜3𝖗_𝖝's profile picture

how do u do the cd cover image?


Report Comment



i download/screenshot the image i want then open imgBB to turn it into a html code! imgBB isnt the only image to html convertor but its what i like using! (sorry for late response ive been busy T_T)

by Serena.png not found; ; Report

no worries thank you <3

by 𝖘𝖚𝖓𝖋0𝖜3𝖗_𝖝; ; Report

we1rd0 0_o

we1rd0 0_o's profile picture

using!


Report Comment