coloring every other row of table

mic_level
Matthew Huntington 3 years ago
parent 5fb7f40921
commit c69544e5bf

@ -8,3 +8,7 @@ th {
h2 {
display:inline;
}
tbody tr:nth-child(even) td{
background:#eeeeee;
}

Loading…
Cancel
Save