回答編集履歴

2

selecterのスペル修正

2016/04/23 08:39

投稿

退会済みユーザー
test CHANGED
@@ -102,7 +102,7 @@
102
102
 
103
103
  ```html
104
104
 
105
- <div id="fastbox" class="aaa firstbox">ITJoBs</div>
105
+ <div id="fastbox" class="aaa fastbox">ITJoBs</div>
106
106
 
107
107
  <div id="secondbox" class="aaa secondbox">MeNu</div>
108
108
 

1

コピペで失敗してました\^\^;

2016/04/23 08:39

投稿

退会済みユーザー
test CHANGED
@@ -64,13 +64,13 @@
64
64
 
65
65
  /*-パターン2-*/
66
66
 
67
- body > div:first-child{
67
+ div.fastbox{
68
68
 
69
69
  background-color:#000;
70
70
 
71
71
  }
72
72
 
73
- body > div:nth-of-type(2){
73
+ div.secondbox{
74
74
 
75
75
  background-color:red;
76
76