css alternate row color

36

tr:nth-child(odd){
   background: #dedede;
}
tr:nth-child(odd){
   background: #dedede;
}

Comments

Submit
0 Comments