teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

margin-bottomではなくpadding-bottomでした

2018/06/26 08:07

投稿

unorigino
unorigino

スコア128

answer CHANGED
@@ -12,7 +12,7 @@
12
12
  height: 100%;
13
13
  min-height: 100%;
14
14
  background-color: yellow;
15
- margin-bottom: 100px; /*ここを追加*/
15
+ padding-bottom: 100px; /*ここを追加*/
16
16
  }
17
17
 
18
18
  #contents {