美文网首页
🍭CSS背景图片居中自适应缩放

🍭CSS背景图片居中自适应缩放

作者: 索隆萨克 | 来源:发表于2019-03-20 22:14 被阅读0次
    div{
      position: relative;
      height: 100%;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size:cover;
      background-attachment:fixed;
    }
    

    相关文章

      网友评论

          本文标题:🍭CSS背景图片居中自适应缩放

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