2. Liga 2020/21

2. Liga 2020/21

PosClubS+/-
11773
21117
31111
4727
41027
66-4
73-18
83-18
92-64
101-26
const cards = document.querySelectorAll(".card"); function flipCard() { this.classList.toggle("flip"); } cards.forEach((card) => card.addEventListener("click", flipCard));