Post #2503729
2026-05-08 13:56 UTC
i'm learning more about css grid this week (like `repeat(auto-fit,`, `minmax(___, 1fr)`) and it's so cool, grid is not easy but it's amazing
Replies (3)
-
@gekitsu@toot.cat 2026-05-08 14:24
@b0rk@social.jvns.ca especially considering how much of a headache these things were in the beforetimes!
-
@Palleas@mastodon.social 2026-05-08 14:41
@b0rk@social.jvns.ca I used it for the first time on https://dogs.romain.codes/ this year, I’m glad I took the time to learn it, I found it super cool and powerful.
-
@ddr@pony.social 2026-05-08 19:07
@b0rk@social.jvns.ca I used it for a complicated dashboard a few months ago at work, combined with subgrid and some dynamically populated details elements. Absolutely pain in the neck to get right, but really powerful when I did. The ability to overlap stuff in a responsive manner was great. 🙂