回答編集履歴

1

floatを付け忘れていました・・

2017/09/11 05:45

投稿

kutu
kutu

スコア257

test CHANGED
@@ -24,13 +24,17 @@
24
24
 
25
25
  #left{
26
26
 
27
- width:25%
27
+ width:25%;
28
+
29
+ float:left;
28
30
 
29
31
  }
30
32
 
31
33
  #center{
32
34
 
33
35
  width:50%;
36
+
37
+ float:left;
34
38
 
35
39
  text-align:center;
36
40
 
@@ -40,8 +44,12 @@
40
44
 
41
45
  width:25%;
42
46
 
47
+ float:left;
48
+
43
49
  }
44
50
 
45
51
 
46
52
 
47
53
  ```
54
+
55
+