5 lines
60 B
CSS
5 lines
60 B
CSS
tr:nth-child(odd) td,
|
|
tr:nth-child(odd) th {
|
|
color: red;
|
|
}
|
tr:nth-child(odd) td,
|
|
tr:nth-child(odd) th {
|
|
color: red;
|
|
}
|