質問編集履歴

1

情報の追加

2020/03/23 07:30

投稿

encho
encho

スコア182

test CHANGED
File without changes
test CHANGED
@@ -20,11 +20,17 @@
20
20
 
21
21
 
22
22
 
23
+
24
+
25
+ ----------追記-------------
26
+
27
+ 以下のように直してみましたがうまくいってはいません。
28
+
23
29
  ##HTML<img>
24
30
 
25
31
  ```html
26
32
 
27
- <img src="image/penlogo.svg" alt="logo">
33
+ <img src="../../static/image/penlogo.svg" th:src="@{../../static/image/penlogo.svg}" alt="tutors-logo"/>
28
34
 
29
35
  ```
30
36
 
@@ -32,7 +38,7 @@
32
38
 
33
39
  ```css
34
40
 
35
- background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0, 0, 0, 0.3)),url("image/balloon.jpg");
41
+ background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0, 0, 0, 0.3)),url("../image/balloon.jpg");
36
42
 
37
43
  ```
38
44