回答編集履歴

2

軽微な訂正

2024/03/21 06:42

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36147

test CHANGED
@@ -24,5 +24,5 @@
24
24
  このコードの場合、
25
25
  `inset:0`で`top`と`bottom`は`auto`ではないので、両方とも`✘`
26
26
  `width:fit-content;`で`auto`ではないので`✘`
27
- `margin: auto`なので`margin-top`と`margin-bottom`は`auto`ではので、両方とも`✔`
27
+ `margin: auto`なので`margin-top`と`margin-bottom`は`auto`なので、両方とも`✔`
28
28
  ということで`✘ ✘ ✘ ✔ ✔ `、結果は`margins split positive free space`になるということです。

1

軽微な修正

2024/03/21 01:29

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36147

test CHANGED
@@ -23,6 +23,6 @@
23
23
  この表は、横方向のものですが基本的には縦方向に読み替えられます。
24
24
  このコードの場合、
25
25
  `inset:0`で`top`と`bottom`は`auto`ではないので、両方とも`✘`
26
- `width:fit-content;`で`auto`ではないので、両方とも`✘`
26
+ `width:fit-content;`で`auto`ではないので`✘`
27
27
  `margin: auto`なので`margin-top`と`margin-bottom`は`auto`ではないので、両方とも`✔`
28
28
  ということで`✘ ✘ ✘ ✔ ✔ `、結果は`margins split positive free space`になるということです。