使用css控制背景图像
2019-04-03 16:44:14 0 举报
AI智能生成
css控制背景图像
作者其他创作
大纲/内容
固定背景
background-attachment
fixed,scroll,local
定位参考
background-origin
border-box,padding-box,content-box
背景剪裁
background-clip
border-box,padding-box,content-box
背景大小
backround-size
length,percentage,cover,contain
多背景图
css3允许在一个元素里显示多个背景图像,还可以将多个背景图像进行重叠显示
背景颜色
background-color
默认值是transparent
颜色值:颜色名,十六进制,RGB,RGBA,HSL,HSLA
板块配色
background-color可设置背景网页色,每个元素的背景色
设置背景图像
background-image
url定义图像路径,绝对路径,相对路径。none不设置背景图像
背景平铺
background-repeat
repeat-x,repeat-y,repeat,no-repeat,round,space
背景定位
background-position
取值可以是百分数,也可以是具体的值
center,left,right,top,bottom
0 条评论
下一页