nfssuzukaze / Blog

0 stars 0 forks source link

background-attachment, background-size, background-repeat #14

Open nfssuzukaze opened 3 years ago

nfssuzukaze commented 3 years ago

background-attachment(设置 background-image 的固定方式)

属性值

background-size(设置 background-image 的大小)

属性值

取值类型
length
percentage
keyword contain cover auto

2020-11-19_19-30 2020-11-19_19-31

background-repeat(background-image 的重复方式)

属性值

有两个属性值,第一个值表示水平方向,第二个值表示垂直方向

单值 等价于双值
repeat-x repeat no-repeat
repeat-y no-repeat repeat
repeat repeat repeat
space space space
round round round
no-repeat no-repeat no-repeat