質問編集履歴

1

書き忘れ

2019/01/10 04:58

投稿

grapefruit
grapefruit

スコア33

test CHANGED
File without changes
test CHANGED
@@ -6,9 +6,19 @@
6
6
 
7
7
 
8
8
 
9
+ ```css
10
+
11
+ #delete{
12
+
13
+ display:none;
14
+
15
+ }
16
+
17
+ ```
18
+
9
19
  ```html
10
20
 
11
- <a class="edit delete" style="display:none">削除</a>
21
+ <a class="edit delete">削除</a>
12
22
 
13
23
  ```
14
24