Answers for "alternate table row color css"

CSS
0

alternate table row color css

tr:nth-child(even){
   background: #dedede;
}
Posted by: Guest on October-17-2021

Browse Popular Code Answers by Language