回答編集履歴
1
訂正
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
|
21
|
+
background: red;
|
20
22
|
|
21
23
|
}
|
22
24
|
|