Who's Fan?'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

Change To Win - Just A Game (Vinyl/Record Player)

Here it is:


<!--

(c) Layout created by morgan (https://layouts.spacehey.com/layout?id=88981)

Edited by fanofficial (https://spacehey.com/fanofficial)

-->


<center><iframe width="0" height="0" src="https://www.youtube.com/embed/V_UVy4rYD4w//?&;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></center>

<style>

  @keyframes spin {

    100% {

      transform:rotate(360deg);

    }

  }

  

  .recordPlayer {

    display: flex;

    justify-content: center;

    align-items: center;

    padding-bottom: 20px;

  }

  .vinyl {

    height: 95px;

    margin-left: 40px;

    padding: 2.5px;

    animation: spin 1.88s linear infinite;

    position: absolute;

  }

  .vinylCover {

    height: 100px;

    position: relative;

    z-index: 1;

    margin-right: 55px;

  }

</style>


<div class="recordPlayer">

  <img class="vinyl" src="https://i.ibb.co/v6nBDgC2/2024-08-24-026-Kleki-1.png"/>

  <img class="vinylCover" src="https://i.discogs.com/VHuiJ_gg9X-25XZinFmh_RR-mRb_26MoJAQ76Fxj-B4/rs:fit/g:sm/q:90/h:600/w:600/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTMxMTE1/MTExLTE3MjMzNTQ1/NzAtMjgwOS5qcGVn.jpeg"/>

</div>


Copy and paste this code into the "About me" section of your profile to use it.


0 Kudos

Comments

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