html - How to add a footer on the bottom of the page -


I can not add a footer to the bottom of the page. This is always displayed in the middle of the page or something like that. Even after adding more stuff at the top of the page / page (if there is no fixed position), there is a way to modify the footer divill element to always appear on the bottom of the page.

is that I am in CSS: (the "footer" of the Div's ID)

  #footer {text-align: center; Margin: 0 px auto; Status: Bottom; Bottom: 0 pixels; Font-size: 10px; Padding: 10px; }  

I used something similar to my headers, and on that basis I tried to work with the footer and did not get success. Here's my title CSS only, for reference:

  #logo {position: center; Margin: 0 px auto; Top: 0px; Text align: center; }  

I used only one text for any text and footer for the logo.

Let you stick the following styles in your footer div to your website To add:

  # Foot position (status: full); Bottom: 0; }  

Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

java - Algorithm negotiation fail SSH in Jenkins -