回答編集履歴

2

修正

2017/08/20 20:50

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
 
74
74
 
75
- .wrapper .box:nth-of-type(3), .wrapper .box:nth-of-type(4) {
75
+ .wrapper .box:nth-of-type(n + 3) {
76
76
 
77
77
  bottom: 0;
78
78
 
@@ -80,7 +80,7 @@
80
80
 
81
81
 
82
82
 
83
- .wrapper .box:nth-of-type(1), .wrapper .box:nth-of-type(2) {
83
+ .wrapper .box:nth-of-type(-n + 2) {
84
84
 
85
85
  top: 0;
86
86
 

1

修正

2017/08/20 20:50

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  left: 0;
60
60
 
61
- background-color: #ffff00;
61
+ background-color: #ff0;
62
62
 
63
63
  }
64
64