Lee_eatsbugzz's profile picture

Published by

published

Category: Music

the murderdolls and wednesday 13 spinning Cds if anyone wanted them cz I customed em myself :P

murderdolls


MURDERDOLLS: 

<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://www.theaudiodb.com/images/media/album/cdart/surxup1568927426.png"/>

  <img class="cdCover" src="https://m.media-amazon.com/images/I/81wlRtwa6hL._UF894,1000_QL80_.jpg"/>

</div>


WEDNESDAY 13:

<style>

  @keyframes spin {

    100% {

      transform:rotate(360deg);

    }

  }

  

  .recordPlayer {

    display: flex;

    justify-content: center;

    align-items: center;

    padding-bottom: 20px;

  }

  .cd{

    height: 170px;

    margin-left: 55px;

    padding: 10px;

    animation: spin 1.55s linear infinite;

    position: absolute;

  }

  .cdCover {

    height: 150px;

    position: relative;

    z-index: 1;

    margin-right: 55px;

  }

</style>


<div class="recordPlayer">

  <img class="cd" src="https://www.theaudiodb.com/images/media/album/cdart/transylvania-90210-songs-of-death-dying-and-the-dead-4fcf9b7c26a36.png/medium"/>

  <img class="cdCover" src="https://www.recordexchange.com.au/cdn/shop/files/27_6_2023_5_16pmMicrosoftLens_1_1200x1064.jpg?v=1687853468"/>

</div>



0 Kudos

Comments

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