提示:文章写完后,对我们背景做一个总结。
background-color:“red”; 背景颜色
预订义颜色值/十六进制/RGB代码
background-image:“图片位置”; 背景图片
两个属性值:
(1)、none(无)
(2)、url(图片路径)
background-repeat:“no-repeat”; 背景平铺
四种属性值:
(1)、repeat 平铺
(2)、no-repeat 不平铺
(3)、repeat-x x轴平铺
(4)、repeat-y y轴平铺
ackground-position:top left; 背景方位(上、下、左、右)
left(左边) right(右边) top(上边) bottom(下边)
1、精确 2、混合
20px,50px; 20px,center;
background-attachment:“scroll”; 背景滚动
属性值:
scroll 背景跟内容对象一起滚动
fixed 背景固定内容滚动
background:rgba(0,0,0,0.5);
属性值解释:
r----------红色
g----------绿色
b----------蓝色
a----------透明度0~1之间
提示:这里对文章进行总结:
例如:以上就是今天要讲的内容,本文仅仅简单介绍了对我们背景做一个总结。