inf-schule.de/tools/24-it4kids-cubi → IT4Kids Cubi

Lernsoftware "Cubi" von IT4Kids

Alle Informationen zu Cubi und den Angeboten der gemeinnützigen Organisation IT4Kids findest du unter https://it-for-kids.org

const tool__content_height = () => { const doc = document.documentElement; doc.style.setProperty('--tool__content_height', `${window.innerHeight}px`); }; window.addEventListener('resize', tool__content_height); tool__content_height();