2. Liga 2019/20

2. Liga 2019/20

PosClubSp.SUNT+T-+/-Pkt
1109012922727
2107212791823
31061320101019
41051424141016
5104421410416
6105052216615
7104151718-113
8104151213-113
9103251522-711
1010118948-394
1110019734-241
const cards = document.querySelectorAll(".card"); function flipCard() { this.classList.toggle("flip"); } cards.forEach((card) => card.addEventListener("click", flipCard));