質問編集履歴

1

セレクタ名追加

2016/02/29 12:15

投稿

avantgarden
avantgarden

スコア121

test CHANGED
File without changes
test CHANGED
@@ -4,15 +4,19 @@
4
4
 
5
5
  ```ここに言語を入力
6
6
 
7
- background-image: url(../images/sample.jpg);
7
+ body {
8
8
 
9
- background-position: center center;
9
+ background-image: url(../images/sample.jpg);
10
10
 
11
- background-repeat: no-repeat;
11
+ background-position: center center;
12
12
 
13
- background-attachment: fixed;
13
+ background-repeat: no-repeat;
14
14
 
15
+ background-attachment: fixed;
16
+
15
- background-size: cover;*/
17
+ background-size: cover;*/
18
+
19
+ }
16
20
 
17
21
  ```
18
22