2 Liga 2021/22

2 Liga 2021/22

PosClubSp.Pkt
12457
22457
32457
42449
52447
62443
72435
82429
92428
102417
112416
122411
13244
const cards = document.querySelectorAll(".card"); function flipCard() { this.classList.toggle("flip"); } cards.forEach((card) => card.addEventListener("click", flipCard));