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

.footer {

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

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

 

posted @ 2018-06-22 15:41  WilliamShaw  阅读(2016)  评论(0编辑  收藏  举报