Kalenderneu

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

Mai 2018
M D M D F S S
« Apr   Jun »
 123456
78910111213
14151617181920
21222324252627
28293031  
Mai 2018
M D M D F S S
     
 123456
78910111213
14151617181920
21222324252627
28293031  

 

 

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