DEV Community

Discussion on: What are some of the coolest things you've made using *just* HTML or CSS?

Collapse
 
themoviemadman profile image
Eliseo D'Annunzio

I recently created a pure CSS/HTML functional calendar which can correctly display months from Jan 1800 to Dec 2999 with no JavaScript, all through the use of CSS variables and some clever comparison logic functions I created, also in CSS.

Feel free to check it out at: codepen.io/eliseodannunzio/details...