回答編集履歴

1

css修正

2018/06/03 11:46

投稿

退会済みユーザー
test CHANGED
@@ -4,13 +4,21 @@
4
4
 
5
5
  ```lang=stylesheet
6
6
 
7
- #feature-refreshlemon .mainvisual_ img {
7
+ #feature-refreshlemon .mainvisual_ {
8
+
9
+ background-image: url("img/event/feature-refreshlemon/sample_image.gif");
10
+
11
+ background-position: center;
12
+
13
+ background-repeat: no-repeat;
14
+
15
+ background-size: cover;
16
+
17
+ max-width: 1000px;
8
18
 
9
19
  margin: 0 auto;
10
20
 
11
- border: 2px solid rgb(207, 145, 21);
12
-
13
- text-align: center; ← これを追加する
21
+ text-align: center;
14
22
 
15
23
  }
16
24