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.
コンテンツと同じようにフッターを押し下げると効果的です。
top:541px;
これらの空のpタグはすべてフッターを押し下げていると思います。それらを削除して、この CSS を実装してみてください。
p
#footer { position:absolute; bottom:0; width:100%; height:60px; /* Height of the footer */ background:#6cf; }