質問編集履歴

1

質問文のコードをコードブロックで囲みました。

2017/09/14 23:27

投稿

yuu_mmca
yuu_mmca

スコア13

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  html
26
26
 
27
- ----------------------------
27
+ ```
28
28
 
29
29
  <div class="calltoday">
30
30
 
@@ -32,15 +32,13 @@
32
32
 
33
33
  </div>
34
34
 
35
-
35
+ ```
36
-
37
-
38
36
 
39
37
 
40
38
 
41
39
  css
42
40
 
43
- ----------------------------
41
+ ```
44
42
 
45
43
  .calltoday {
46
44
 
@@ -73,3 +71,5 @@
73
71
  content: url(images/phone.png);
74
72
 
75
73
  }
74
+
75
+ ```