質問編集履歴

1

本当に申し訳ありません。よく理解できていなかったのです、お手数をおかけしました。

2019/08/22 03:17

投稿

Michelley
Michelley

スコア5

test CHANGED
File without changes
test CHANGED
@@ -38,6 +38,8 @@
38
38
 
39
39
  【HTML】
40
40
 
41
+ ```ここに言語を入力
42
+
41
43
  <footer id="footer">
42
44
 
43
45
  <div id="footer-menu">
@@ -70,13 +72,13 @@
70
72
 
71
73
  <script> (function(){ if(document.body.classList.contains('page-index')){ var elements = document.getElementsByClassName('entry-thumb'); var re = /https%3A%2F%2F.+.jpg/; Array.prototype.forEach.call(elements, function(element) { var imageUri = re.exec(element.getAttribute('style')); element.style.backgroundImage = 'url(' + decodeURIComponent(imageUri[0]) + ')'; }); } }()); </script>
72
74
 
73
-
75
+ ```
74
76
 
75
77
 
76
78
 
77
79
  【CSS】
78
80
 
79
-
81
+ ```ここに言語を入力
80
82
 
81
83
  /* <system section="theme" selected="8599973812283705281"> */
82
84
 
@@ -377,3 +379,5 @@
377
379
  z-index: 1; /* これを追加 */
378
380
 
379
381
  }
382
+
383
+ ```