Is there a way to style every set of 3 rows in a table with a red outline using CSS?
In my table, "test", "image", and "click" each represent a row. I would like to distinguish these groups by adding a red outline.
Does anyone know how to achieve this visual effect with CSS?