ホームページ制作WEB CREATION
写真撮影PHOTOGRAPHY
制作者紹介ABOUT CREATOR
お問い合わせCONTACT
★リストなど交互に色変更
li:nth-child(even) { background:#000; } li:nth-child(odd) { background:#fff; }
★番目指定
:nth-child(2) 2番目のみ :nth-child(2n) 偶数 :nth-child(3n) 3の倍数 :nth-child(2n+1) 奇数 :nth-child(2n-1) 奇数 :nth-child(3n+1) 3の倍数の次