I have the following page (deadlink: http://www.workingstorage.com/Sample.htm ) that has a footer which I can\'t make sit at the bottom of the page.
http://www.workingstorage.com/Sample.htm
I wa
What I did
Html
/* your content*/ css .register { min-height : calc(100vh - 10rem); } .footer { height: 10rem; } Dont need to use position fixed and absolute. Just write the html in proper way. 0 讨论(0) 查看其它29个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
css
.register { min-height : calc(100vh - 10rem); } .footer { height: 10rem; }
Dont need to use position fixed and absolute. Just write the html in proper way.