質問編集履歴
2
コードを修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,11 +25,11 @@
|
|
25
25
|
|
26
26
|
|
27
27
|
css
|
28
|
+
body.post_back{
|
29
|
+
background: url(/images/03.png) no-repeat;
|
30
|
+
width: 1000px;
|
31
|
+
background-position: 50% 50%;
|
32
|
+
background-size:contain;
|
33
|
+
}
|
28
34
|
|
29
|
-
background: url(/images/03.png) no-repeat;
|
30
|
-
width: 1000px;
|
31
|
-
background-position: 50% 50%;
|
32
|
-
background-size:contain;
|
33
|
-
|
34
|
-
|
35
35
|
```
|
1
コードを一部修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
css
|
28
28
|
|
29
|
-
background: url(/
|
29
|
+
background: url(/images/03.png) no-repeat;
|
30
30
|
width: 1000px;
|
31
31
|
background-position: 50% 50%;
|
32
32
|
background-size:contain;
|