回答編集履歴

1

セレクタ修正

2016/06/17 05:07

投稿

think49
think49

スコア18162

test CHANGED
@@ -6,11 +6,11 @@
6
6
 
7
7
  ```CSS
8
8
 
9
- .list>li:first-of-type<a:first-of-type {}
9
+ .list>li:first-of-type>a:first-of-type {}
10
10
 
11
- .list>li:first-child<a:first-child {}
11
+ .list>li:first-child>a:first-child {}
12
12
 
13
- .list>:first-child<:first-child {}
13
+ .list>:first-child>:first-child {}
14
14
 
15
15
  ```
16
16