Brand New Eyes and Riot - Paramore vinyls + code

HII!! So,the SpaceHey layouts isn't working to upload it there, so i will be uploading it here!!

Code for Brand New Eyesย - Paramore

PREVIEW!!

CODE!!

<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/GQcqkjwQ/images-removebg-preview-1.png">

ย  <img class="cdCover" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRIO7M9qyZ_4JbktxQauzeq9dQPTG54fYCM6AQZqJOlI6Pq0f76L7S9YC0&s=10Wlt/YWdlcy9SLTI0MzU1/OTMxLTE2NjE4Mjcx/NDgtNjYyMy5qcGVn.jpeg" alt="">

</div>





Code for Riot! - Paramoreย 

PREVIEW!!

CODE!!

<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/b5py2f2b/images-removebg-preview-2.png">

ย  <img class="cdCover" src="https://m.media-amazon.com/images/I/91b6aYwjwjL.jpg" alt="">

</div>





Say if your using it!!


7 Kudos

Comments