Position footer at the bottom

前端 未结 6 997
抹茶落季
抹茶落季 2021-01-14 16:50

I would like to position the footer at the bottom of the page.

For example on the page where there\'s not much content, I still need the footer at the bottom, but if

6条回答
  •  萌比男神i
    2021-01-14 17:49

    Make a another div above your footer like this and add clear both to it and it will push your footer:

    
    
      //HTML CODE
      

提交回复
热议问题