DarrachBarneveld / Retro-Mashup-Mayhem

Quick Demo Project for hackathon AUG CI
1 stars 6 forks source link

Add background music for intro-tv #75

Closed DanMorriss closed 1 year ago

DanMorriss commented 1 year ago

This should be th final code for the CSS:

.sound-buttons {
  position: absolute;
  left: 2rem;
  top: 1rem;
  color: white;
  font-size: 2rem;
  z-index: 3;
}

.sound-buttons i {
  color: var(--clr-neon-green);
}

.sound-buttons i:hover {
  cursor: pointer;
  transform: scale(1.1) rotate(-4deg);
}

.hide {
  display: none !important;
}