質問編集履歴

1

2017/03/18 00:22

投稿

sara
sara

スコア11

test CHANGED
File without changes
test CHANGED
@@ -54,13 +54,17 @@
54
54
 
55
55
  # css
56
56
 
57
- background: url(ここにpath);
57
+ .thumb{
58
58
 
59
- background-size: cover;
59
+ background: url(ここにpath);
60
60
 
61
- background-position: center center;
61
+ background-size: cover;
62
62
 
63
+ background-position: center center;
64
+
63
- background-repeat: no-repeat;
65
+ background-repeat: no-repeat;
66
+
67
+ }
64
68
 
65
69
  ```
66
70