美文网首页
css:background属性

css:background属性

作者: XinZhu_8163 | 来源:发表于2018-07-19 17:23 被阅读0次

    同时满足铺满div,图片定位居中,

    .imgBox{
        background-size:cover;
        width:100%;
        height:300px;
        background-position:center;
        background-repeat:no-repeat;
        background-image:url();
    }
    

    相关文章

      网友评论

          本文标题:css:background属性

          本文链接:https://www.haomeiwen.com/subject/icotmftx.html