Kalenderneu

[Spider_Calendar id=“1″ theme=“13″ default=“month“ select=“month,“]

Mai 2021
M D M D F S S
« Apr   Jun »
 12
3456789
10111213141516
17181920212223
24252627282930
31  
Mai 2021
M D M D F S S
     
 12
3456789
10111213141516
17181920212223
24252627282930
31  

 

 

const cards = document.querySelectorAll(".card"); function flipCard() { this.classList.toggle("flip"); } cards.forEach((card) => card.addEventListener("click", flipCard));