質問編集履歴

1

書式修正

2018/09/29 08:38

投稿

roseblue
roseblue

スコア10

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,14 @@
12
12
 
13
13
 
14
14
 
15
+
16
+
17
+ ### 試したこと
18
+
19
+
20
+
21
+ ```html
22
+
15
23
  <div class="sample1">
16
24
 
17
25
  <img src="./fruit.jpg" alt="フルーツ寄せ集め" />
@@ -24,11 +32,11 @@
24
32
 
25
33
  </div>
26
34
 
35
+ ```
27
36
 
28
37
 
29
- ------------------------------------------------------------
30
38
 
31
-
39
+ ```CSS
32
40
 
33
41
  .sample1 {
34
42
 
@@ -86,11 +94,7 @@
86
94
 
87
95
 
88
96
 
89
- ### 試したこと
97
+ ```
90
-
91
-
92
-
93
-
94
98
 
95
99
 
96
100