set alternate row color using css style - Css

alternate row color

Snippet Code


  
Rate this page :
  [ 0 votes]

you can set alternate row colors in css using CSS even and odd rule,

use css even and odd rule, tr:nth-child(even) {background: #efefef} tr:nth-child(odd) {background: pink}

Tags


Ask Questions

Ask Question