Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここでコンテンツとフッターの間に静かな大きなスペースがある理由がわかりません: jsFiddle
コンテンツのとフッターmargin-bottomのを 0 に設定しました。しかし、なぜまだスペースがあるのですか?padding-bottommargin-toppadding-top
margin-bottom
padding-bottom
margin-top
padding-top
これはちょっと悪い方法ですが、margin-top:-10px の CSS ルールを適用して、コンテンツとフッター タグの間のスペースを減らすことができます。
footer{ margin-top:-10px }