質問編集履歴

1

記載間違い

2020/03/20 01:40

投稿

shimuken0104
shimuken0104

スコア4

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ■問題:nth-of-typeがおかしい
1
+ ■問題:nth-of-typeが指定通りの動きを
2
2
 
3
3
  ■現状:nth-of-type(even)を指定しても、効かず、すべて1番目の要素として計算される。
4
4
 
@@ -220,7 +220,7 @@
220
220
 
221
221
  }
222
222
 
223
- &__header:nth-child(odd) {
223
+ &__header:nth-of-type(odd) {
224
224
 
225
225
  background: $base-color;
226
226