Answers for "alternate color css"

CSS
0

alternate color css

table tr:nth-child(odd) td{
    ...
}
table tr:nth-child(even) td{
    ...
}
Posted by: Guest on February-18-2021

Browse Popular Code Answers by Language