CSS背景样式

2018-01-15  本文已影响0人  挥剑斩浮云

背景图像样式background-image

background-image:url("图像地址");

背景重复样式background-repeat

background-repeat属性取值:
no-repeat   表示不平铺
repeat      默认值,表示在水平方向(x轴)和垂直方向(y轴)同时平铺
repeat-x    表示在水平方向(x轴)平铺
repeat-y    表示在垂直方向(y轴)平铺

背景图片位置background-position

语法:background-positon:像素值/关键字;
说明:语法中的取值包括两种,一种是采用像素值,另一种是关键字描述。
background-position属性的关键字设置值
属性值 说明
top left    左上
top center  靠上居中
top right   右上
left center 靠左居中
center center   正中
right center    靠右居中
bottom left 左下
bottom center   靠下居中
bottom right    右下
上一篇 下一篇

猜你喜欢

热点阅读