すぐ忘れる
セレクタ
http://zero.css-happylife.com/selectors/nth-child.shtml
.questions li:nth-child(1)
一番目
.questions li:nth-child(2n)
偶数
すぐ忘れる
セレクタ
http://zero.css-happylife.com/selectors/nth-child.shtml
.questions li:nth-child(1)
一番目
.questions li:nth-child(2n)
偶数