A few weeks ago I published a post on building a CSS-only Analog Clock: ⏰ CSS-only Accurate, Settable, Animated Analog Clock
Let’s build a fully-functioning, settable analog clock with CSS Custom Properties and the calc() function. Next week…matemarschalko.medium.com I also posted a follow-up post on converting it to a Digital Clock: ⏰ CSS-only Digital Clock — Accurate, Settable, Animated
This is the digital version of the CSS-only analog clock we built last time. It’s fully functioning, settable .. all…medium.com