This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Florence Maurice
florencemaurice.bsky.social
did:plc:jkjnz7u2l6v6xunqvuz3rx45
To always have an even number of columns, you don't need complex calculations; it can also be done with:
grid-template-columns: repeat(auto-fit, minmax(20ch, 1fr) minmax(20ch, 1fr));
https://codepen.io/FlorenceM/pen/xbKbNBj
2024-11-30T10:12:39.756Z