回答編集履歴

3

スペル訂正

2015/12/06 15:21

投稿

blackonyx
blackonyx

スコア354

test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
 
62
62
 
63
- .menuをflortではなく、インライン要素として表示させた上で、その外側(ここでは、body要素)にtext-alignにcenterを指定して中央寄せする。
63
+ .menuをfloatではなく、インライン要素として表示させた上で、その外側(ここでは、body要素)にtext-alignにcenterを指定して中央寄せする。
64
64
 
65
65
  また、#img1、#img2および#img3に関しては、background-position属性でセンタリングさせる。
66
66
 

2

コードの訂正

2015/12/06 15:21

投稿

blackonyx
blackonyx

スコア354

test CHANGED
@@ -48,11 +48,11 @@
48
48
 
49
49
 
50
50
 
51
- #img1 {background: url('img/apple1.png') no-repeat center;}
51
+ #img1 {background: url('img/topImg1.png') no-repeat center;}
52
52
 
53
- #img2 {background: url('img/apple2.png') no-repeat center;}
53
+ #img2 {background: url('img/topImg2.png') no-repeat center;}
54
54
 
55
- #img3 {background: url('img/apple3.png') no-repeat center;}
55
+ #img3 {background: url('img/topImg3.png') no-repeat center;}
56
56
 
57
57
 
58
58
 

1

補足追加

2015/12/06 07:14

投稿

blackonyx
blackonyx

スコア354

test CHANGED
@@ -69,3 +69,23 @@
69
69
 
70
70
 
71
71
  こんな感じではどうでしょうか。
72
+
73
+
74
+
75
+ ---
76
+
77
+ ###補足
78
+
79
+
80
+
81
+ 質問とは直接関係ないですが、DOCTYPE宣言は
82
+
83
+ ```html
84
+
85
+ <!DOCTYPE html>
86
+
87
+ ```
88
+
89
+ という風に書きましょう
90
+
91
+