回答編集履歴

1

調整

2024/07/25 07:35

投稿

yambejp
yambejp

スコア115896

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/1200x100.png?text=1200x100_1200x100_1200x100_1200x100_1200x100);
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
  ```