CSS: even and odd rules

PHOTO EMBED

Mon Feb 28 2022 03:23:05 GMT+0000 (Coordinated Universal Time)

Saved by @patdevwork

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
content_copyCOPY

https://www.w3.org/Style/Examples/007/evenodd.en.html