🎲 Easier striped tables with the 'of [selector]' syntax

91 · Indieblog · Aug. 15, 2026, 10:06 p.m.
Summary
This blog post discusses the CSS feature 'of [selector]' which simplifies the process of maintaining alternating row colors in tables, even when some rows are hidden. This enhancement alleviates the common issue faced by developers when using the ':nth-child()' pseudo-class for zebra-striped tables.