Spinning cd
Category: Music
I figured out how to do the spinning cd and figured i would share it :3 @keyframes spin { 100% { transform:rotate(360deg); } } .recordPlayer { display: flex; justify-content: center; align-items: center; padding-bottom: 20px; } .cd{ height: 130px; margin-left: 55px; padding: 10px; animat » Continue Reading