回答編集履歴

1

修正

2017/04/09 13:13

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -36,6 +36,14 @@
36
36
 
37
37
 
38
38
 
39
+ .box:nth-of-type(2n) {
40
+
41
+ background-color: #000000;
42
+
43
+ }
44
+
45
+
46
+
39
47
  .pagetop {
40
48
 
41
49
  position: fixed;
@@ -58,9 +66,13 @@
58
66
 
59
67
  <div class="box"></div>
60
68
 
69
+ <div class="box"></div>
70
+
71
+ <div class="box" id="box"></div>
72
+
61
73
  <p class="pagetop">
62
74
 
63
- <a href="#">
75
+ <a href="#box">
64
76
 
65
77
  <img src="https://placehold.jp/3d4070/ffffff/60x60.png?text=image" alt="pagetop">
66
78