首页 > Web开发 > 详细

Css实现 div footer 固定在html页面底部

时间:2018-06-22 16:12:55      阅读:192      评论:0      收藏:0      [点我收藏+]
.footer {

        text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

        padding: 0.3rem 0;
    color:#9e9ea6;    
}

 

Css实现 div footer 固定在html页面底部

原文:https://www.cnblogs.com/shaoing/p/9213792.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!