回答編集履歴

1

.

2025/04/15 06:46

投稿

int32_t
int32_t

スコア21927

test CHANGED
@@ -3,6 +3,11 @@
3
3
  ```html
4
4
  <custom-area3>
5
5
  before<p>custom-area3</p>after
6
+ <style>
7
+ custom-area3 {
8
+ background: aquamarine;
9
+ }
10
+ </style>
6
11
  ```
7
12
  のようにブロック要素の前後に何かを入れると何が起きているかわかりやすいかもしれません。
8
13