
CSS “Quantity Queries” are a thing now
4 min read
With the :has selector available everywhere now, there's a neat way of styling elements depending on how many elements are inside them.
I usually post about the topics below. You can click on a category to filter posts by it.
Filter by category
Filter by date
2 posts from June 2024

CSS “Quantity Queries” are a thing now
4 min read
With the :has selector available everywhere now, there's a neat way of styling elements depending on how many elements are inside them.
Separating my website's content from its code
4 min read
Having an open source website is great, but having the content stored in the same spot as the code has some issues. On this post I walk through what I did to keep them separated.