・対象:nth-of-type(何番目という番号)
使い方
table tr td:nth-of-type(6),
table tr td:nth-of-type(9),
table tr td:nth-of-type(10),
table tr td:nth-of-type(11) {
background: #eee;
}
参考
https://pasomaki.com/css-nth-of-type/
table tr td:nth-of-type(6),
table tr td:nth-of-type(9),
table tr td:nth-of-type(10),
table tr td:nth-of-type(11) {
background: #eee;
}