回答編集履歴

1

訂正

2020/04/24 21:57

投稿

new1ro
new1ro

スコア4528

test CHANGED
@@ -12,11 +12,13 @@
12
12
 
13
13
  .sample {
14
14
 
15
- height:60px;
15
+ height: 60px;
16
16
 
17
- width:45px;
17
+ width: 45px;
18
18
 
19
+ /* background-red; */
20
+
19
- background-red;
21
+ background: red;
20
22
 
21
23
  }
22
24