質問編集履歴

2

\.item:nth-child\(3n\)を\.item:nth-child\(2n\)に修正しました。

2016/09/28 02:24

投稿

gasuko
gasuko

スコア27

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
 
72
72
 
73
- .item:nth-child(3n){
73
+ .item:nth-child(2n){
74
74
 
75
75
  margin-right:0;
76
76
 

1

floatではなくdisplay:inline-blockにしたため、clearfixについての記述を削除しました。

2016/09/28 02:24

投稿

gasuko
gasuko

スコア27

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ※リセットやclearfixは省略します。
5
+ ※リセットは省略します。
6
6
 
7
7
 
8
8