構文
状態:-
閲覧数:1,451
投稿日:2017-11-20
更新日:2017-11-20
要素:nth-of-type(n+何番目以降){}
作成例
div.status h3:nth-of-type(n+2){ /* 2番目以降 */
margin-top: 1rem;
}
・何番目系の便利なCSSまとめ
・CSS3セレクタ「nth-child」と「nth-of-type」の使い方と違い
div.status h3:nth-of-type(n+2){ /* 2番目以降 */
margin-top: 1rem;
}