Andy covers a technique where a semantic is used within a card component, but really, the whole card is clickable. The trick is to put a pseudo-element
Eleventy filters allow you to build functionality on top of the templating language you are using. In this tutorial we make a date formatting filter using th...
I thought this was going to be a short-ish note on fixed positioning and jank, but as with almost everything I write, it grew into a long-ish post about containing blocks, rendering and scroll performance.
Block Links: The Search for a Perfect Solution | CSS-Tricks
I was reading this article by Chris where he talks about block links — you know, like wrapping an entire card element inside an anchor — being a bad idea.