S
Size: a a a
S
DA
ИБ
С
С
ИБ
ИБ
.table tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,.05);
}
С
С
.table tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,.05);
}
С
ИБ
ИБ
td:nth-child (odd) {
background-color: #C9E4F6;/* фон нечетных столбцов */
}
td:nth-child (even) {
background-color: #B4DAF2;/* фон четных столбцов */
}
tr:hover td{
background: #B4FFF2;/* фон строки при наведении */
}
DR
AB
DR
AB
АС
АС
АС