css相关记录-background

background:

background: [background-color] [background-image] [background-repeat]
            [background-attachment] [background-position] / [ background-size]
            [background-origin] [background-clip];

默认值:inherit(no)

描述CSSDefault
background-color规定要使用的背景颜色。1transparent
background-image规定要使用的背景图像。1none
background-repeat规定如何重复背景图像。1repeat
background-attachment规定背景图像是否固定或者随着页面的其余部分滚动。1scroll
background-position规定背景图像的位置。10% 0%
background-size规定背景图片的尺寸。3auto
background-origin规定背景图片的定位区域。3padding-box
background-clip规定背景的绘制区域。3border-box

eg:

.example {
  background: aquamarine url(img.png)
              no-repeat
              scroll
              center center / 50%
              content-box content-box;
}

background-origin:绘制区域,表示背景图片从哪里开始绘制;
background-clip:显示区域,从哪里开始显示origin绘制的图片(如果显示区域小于绘制区域进行裁剪)
background-position:表示绘制区域相对于origin的偏移

参考:
css3属性中background-clip与background-origin的用法释疑

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值