質問編集履歴

2

誤りの修正

2018/12/05 13:10

投稿

kana0701
kana0701

スコア28

test CHANGED
File without changes
test CHANGED
@@ -19,8 +19,6 @@
19
19
  ```HTML
20
20
 
21
21
  <div class="box">
22
-
23
- <div class="cf" id="point"><img src="#" width="100%"></div>
24
22
 
25
23
  <div class="cf" id="a"><a href="#"><img src="#" width="100%"></a></div>
26
24
 
@@ -96,19 +94,19 @@
96
94
 
97
95
 
98
96
 
99
- #pointa:hover{
97
+ #a:hover{
100
98
 
101
99
  transform: scale(1.2,1.2);
102
100
 
103
101
  }
104
102
 
105
- #pointb:hover{
103
+ #b:hover{
106
104
 
107
105
  transform: scale(1.2,1.2);
108
106
 
109
107
  }
110
108
 
111
- #pointc:hover{
109
+ #c:hover{
112
110
 
113
111
  transform: scale(1.2,1.2);
114
112
 

1

HTMLの追加

2018/12/05 13:09

投稿

kana0701
kana0701

スコア28

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,28 @@
15
15
 
16
16
 
17
17
  ### 該当のソースコード
18
+
19
+ ```HTML
20
+
21
+ <div class="box">
22
+
23
+ <div class="cf" id="point"><img src="#" width="100%"></div>
24
+
25
+ <div class="cf" id="a"><a href="#"><img src="#" width="100%"></a></div>
26
+
27
+ <div class="cf" id="b"><a href="#"><img src="#" width="100%"></a></div>
28
+
29
+ <div class="cf" id="c"><a href="#"><img src="#" width="100%"></a></div>
30
+
31
+ </div>
32
+
33
+
34
+
35
+ ```
36
+
37
+
38
+
39
+
18
40
 
19
41
 
20
42