質問編集履歴
1
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,33 +6,33 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
① ②
|
9
|
+
写真① テキスト②
|
10
10
|
|
11
|
-
③ ④
|
11
|
+
テキスト③ 写真④
|
12
12
|
|
13
13
|
|
14
14
|
|
15
15
|
●これをレスポンシブ対応させた時にこうしたい
|
16
16
|
|
17
|
-
①
|
17
|
+
写真①
|
18
18
|
|
19
|
-
②
|
19
|
+
テキスト②
|
20
20
|
|
21
|
-
④
|
21
|
+
写真④
|
22
22
|
|
23
|
-
③
|
23
|
+
テキスト③
|
24
24
|
|
25
25
|
|
26
26
|
|
27
27
|
●でもこのまま適応されない
|
28
28
|
|
29
|
-
①
|
29
|
+
写真①
|
30
30
|
|
31
|
-
②
|
31
|
+
テキスト②
|
32
32
|
|
33
|
-
③
|
33
|
+
テキスト③
|
34
34
|
|
35
|
-
④
|
35
|
+
写真④
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -50,9 +50,9 @@
|
|
50
50
|
|
51
51
|
<div class="about-area">
|
52
52
|
|
53
|
-
<img src="#" alt="写真" >
|
53
|
+
<img src="#" alt="写真" > 写真 ①
|
54
54
|
|
55
|
-
<div class="about-text ">
|
55
|
+
<div class="about-text "> テキスト ②
|
56
56
|
|
57
57
|
<h3>saevdfbvdfdfvd</h3>
|
58
58
|
|
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
<div class="about-area">
|
70
70
|
|
71
|
-
<div class="about-text">
|
71
|
+
<div class="about-text"> テキスト③
|
72
72
|
|
73
73
|
<h3>saevdfbvdfdfvd</h3>
|
74
74
|
|
@@ -82,7 +82,7 @@
|
|
82
82
|
|
83
83
|
</div>
|
84
84
|
|
85
|
-
<img src="#"" alt="写真">
|
85
|
+
<img src="#"" alt="写真"> 写真④
|
86
86
|
|
87
87
|
</div>
|
88
88
|
|