質問編集履歴

1

djangoを用いて制作しているため、特有の表記がありました。修正しました。

2018/04/08 14:17

投稿

shirasu10fish
shirasu10fish

スコア35

test CHANGED
File without changes
test CHANGED
@@ -9,10 +9,6 @@
9
9
  ##問題のソース
10
10
 
11
11
  ```html
12
-
13
- {% load staticfiles%}
14
-
15
-
16
12
 
17
13
  <!DOCTYPE html>
18
14
 
@@ -76,9 +72,9 @@
76
72
 
77
73
 
78
74
 
79
- .resizeimage img {
75
+ .resizeimage img { width: 100%; }
80
76
 
81
- width: 100%; }
77
+
82
78
 
83
79
  </style>
84
80
 
@@ -94,7 +90,7 @@
94
90
 
95
91
  <div class="center">
96
92
 
97
- <img src="{% static "top/nologin/top.png" %}?2" alt="紹介画像1" >
93
+ <img src="./hogehoge.png" alt="紹介画像1" >
98
94
 
99
95
 
100
96