質問編集履歴
3
書式の改善
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -6,10 +6,15 @@
|
|
|
6
6
|
<head>
|
|
7
7
|
<title>サンプル</title>
|
|
8
8
|
</head>
|
|
9
|
-
<body
|
|
9
|
+
<body>
|
|
10
10
|
</body>
|
|
11
11
|
</html>
|
|
12
|
-
|
|
12
|
+
<style>
|
|
13
|
+
body {
|
|
14
|
+
background-image: url(a.png);
|
|
15
|
+
background-repeat: repeat-x;
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
13
18
|
```
|
|
14
19
|
### 試したこと
|
|
15
20
|
repeat.x.y.no反映されませんでした
|
2
書式の改善
title
CHANGED
|
File without changes
|
body
CHANGED
|
File without changes
|
1
書式の改善
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
### 補足情報(FW/ツールのバージョンなど)
|
|
18
18
|
|
|
19
19
|
ここにより詳細な情報を記載してください。
|
|
20
|
+
画像 a.png
|
|
20
21
|
ブラウザ google chrome
|
|
21
22
|
Windows10
|
|
22
23
|
sublime text3
|