回答編集履歴
1
コードを修正
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
```CSS
|
4
4
|
.sec04{
|
5
|
-
background: url(../img/reproduction06/bgSec04.jpg);
|
5
|
+
background-image: url(../img/reproduction06/bgSec04.jpg);
|
6
6
|
background-size: 100% 100%;
|
7
7
|
}
|
8
8
|
```
|