回答編集履歴
2
tuiki
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
section:nth-of-type(n) h2 {
|
4
4
|
|
5
|
-
/
|
5
|
+
/*ここに処理*/
|
6
6
|
|
7
7
|
}
|
8
8
|
|
1
タイポ
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```CSS
|
2
2
|
|
3
|
-
section:nth-type
|
3
|
+
section:nth-of-type(n) h2 {
|
4
4
|
|
5
5
|
//ここに処理
|
6
6
|
|