Hello!
Is there any way to use 2 different color for tables rows:
row1: color1 row2:color2 row3:color1 row4:color2 and ...
notice that I want to do this without adding any classes to rows for color1 or 2.
tr:nth-child(even) or (odd) or (2n)
Here: http://codepen.io/srig99/pen/BukHa.
Thanks you very much.
It really works very well!!!
Hello!
Is there any way to use 2 different color for tables rows:
row1: color1 row2:color2 row3:color1 row4:color2 and ...
notice that I want to do this without adding any classes to rows for color1 or 2.
tr:nth-child(even) or (odd) or (2n)
Here: http://codepen.io/srig99/pen/BukHa.
Thanks you very much.
It really works very well!!!