回答編集履歴

2

コード修正

2021/04/27 03:55

投稿

int32_t
int32_t

スコア21695

test CHANGED
@@ -16,6 +16,6 @@
16
16
 
17
17
  </style>
18
18
 
19
- <div class="release__content " contenteditable=true autofocus></div>
19
+ <div class="release__content" contenteditable=true autofocus></div>
20
20
 
21
21
  ```

1

コード修正

2021/04/27 03:55

投稿

int32_t
int32_t

スコア21695

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <style>
8
8
 
9
- #target:empty::before {
9
+ .release__content:empty::before {
10
10
 
11
11
  content: "入力してください";
12
12
 
@@ -16,6 +16,6 @@
16
16
 
17
17
  </style>
18
18
 
19
- <div id="#target" contenteditable=true autofocus></div>
19
+ <div class="release__content " contenteditable=true autofocus></div>
20
20
 
21
21
  ```