質問編集履歴
1
画像を追加するコードの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -54,6 +54,15 @@
|
|
54
54
|
```
|
55
55
|
|
56
56
|
```ここに言語を入力
|
57
|
+
.background-image{
|
58
|
+
background-image:url(../airbnb.png);
|
59
|
+
background-repeat: no-repeat;
|
60
|
+
background-position: center center;
|
61
|
+
padding-bottom: 20%;
|
62
|
+
}
|
63
|
+
.background-image1{
|
64
|
+
background-image:url(../airbnb3.png);
|
65
|
+
}
|
57
66
|
.row{
|
58
67
|
width: 60%;
|
59
68
|
float: right;
|