回答編集履歴
1
調整
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
position:relative;
|
9
9
|
height:500px;
|
10
10
|
max-width:calc(50% + var(--center-width) /2 );
|
11
|
-
background-image:url(https://placehold.jp/ff8080/000000/1200x
|
11
|
+
background-image:url(https://placehold.jp/ff8080/000000/1200x200.png?text=1200x200_1200x200_1200x200_1200x200_1200x200);
|
12
12
|
}
|
13
13
|
.center{
|
14
14
|
display:flex;
|
@@ -26,4 +26,5 @@
|
|
26
26
|
<div class="center">test</div>
|
27
27
|
</div>
|
28
28
|
</div>
|
29
|
+
|
29
30
|
```
|