Posts from May 2026

Previous month: April 2026 posts

About this site and me

Blog homepage RSS feed Mastodon Bluesky About me

This blog uses a new RSS feed. Please update the old QuirksBlog feed you used to follow.

Tag archives

Archives (1) CSS (4) Conferences (4) Personal (2) Safari (1) Site (2) Thidrekssaga (1)

Monthly archives

May 2026 (3) April 2026 (9) 2004-2021 blog

Column-filled grids: the issues

7 May 2026 | tagged as CSS

I created a technique to fill a grid column by column instead of row by row, while still setting a maximum number of columns. It works, but is brittle. Here we’ll discuss why it is brittle, and why a superior technique can't work without children-count().

read entry

CSS Day tickets: normal or late-bird?

6 May 2026 | tagged as Conferences

CSS Day price hike coming. Get your ticket now.

read entry

Column-filled grids: the technique

5 May 2026 | tagged as CSS

I have a grid that I want to fill with items, not row by row, as usual, but column by column. At the same time, I want to set a maximum number of columns, and add rows as needed, as a regular row-by-row grid does. To do so I created the technique described here. It's not perfect.

read entry