美文网首页
4. CSS 背景

4. CSS 背景

作者: 晨曦Bai | 来源:发表于2020-10-25 20:15 被阅读0次

    2020-10-23

    1. background-color: 背景色 ( transparent / color)
    2. background-image: 背景图 ( none / url('./image.jpg'))
    3. background-repeat: 背景图铺排方式 ( repeat / repeat-x / repeat-y / no-repeat )
    4. background-position: 设置图像的背景图像位置 ( x 坐标 | left | center | right 空格 y坐标 | top | center | bottom)
    5. background-attachment: 背景图像滚动位置 (scroll / fixed)
    6. background: 设置背景的复合写法

    相关文章

      网友评论

          本文标题:4. CSS 背景

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