16 Aug 25

Pretend your site is from 1994. Want to tweak this later…


12 Aug 25

A CSS stylesheet that uses ARIA attributes (mostly) for styling, which is a great idea.

by sebastien 11 months ago saved 3 times
Tags:

01 Aug 25

Oh my god I love the CSS used here. I want to use this for a site!


22 Jul 25

A component library (pure HTML/CSS, no JSX) base on utility classes/TailwindCSS.

by sebastien Jul 2025 saved 3 times

15 Jul 25

10 Jul 25

A library that allows to edit any HTML document using rich primitives. I’m curious about the implementation, but I think having a wrapper around contenteditable=true nodes that controls the state of the HTML, and especially what can be pasted in is gold. The problem is selection management, though.