Future League

Future League

PosClubSp.SUNT+T-+/-Pkt
197112982122
2105411771019
3105322516918
4105321913618
51034320131713
61032525131211
7103251311211
89225923-148
910019356-531
1000000000
const cards = document.querySelectorAll(".card"); function flipCard() { this.classList.toggle("flip"); } cards.forEach((card) => card.addEventListener("click", flipCard));