title
timer
body{ background:blue; color:white; font-size:30px; display:flex; justify-content:center; align-items:center; height:100vh; }
timerMin = 0 function initTimer() { timerMin = 0 let timer = document.createElement('div') timer.classList.add('c-timer') timer.innerHTML = timerMin document.body.appendChild(timer) setInterval(() => { timerMin++ timer.innerHTML = timerMin console.info('⧗ '+timerMin) }, 1000); } initTimer()
snap
save
new
fork
download
html
css
js
output
gallery
config
➚ link to output
➚ snap player
font size
live reload
snap mode
layout
⤷ switch
★ info and code