回答編集履歴
2
修正 ちょい修正
test
CHANGED
@@ -25,8 +25,6 @@
|
|
25
25
|
#hoge{
|
26
26
|
|
27
27
|
display:inline-block;
|
28
|
-
|
29
|
-
height:60px;
|
30
28
|
|
31
29
|
background-color:gainsboro;
|
32
30
|
|
1
修正 ちょい修正
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
<body>
|
40
40
|
|
41
|
-
<div id="hoge"
|
41
|
+
<div id="hoge">あいうえお</div>
|
42
42
|
|
43
43
|
<div id="display"></div>
|
44
44
|
|