function cardPressed() { this.classList.add('card-hover'); } function cardReleased() { this.classList.remove('card-hover'); }