- Products -


Software


NEWS


Special



- Knowledge -


Category × Tag



- Like -

公開
作成日:2022/5/17
更新日:2022/5/17

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;
}


参考


https://pasomaki.com/css-nth-of-type/


Category



Tag




関連記事


{{tmp.name}}

{{article.category}} {{article.title}}