background-repeat属性值
来源:2-8 选择题
weixin_慕哥8086897
2018-12-23 11:06:03
background为什么可能有的属性值repeat-x ? repeat的参数不是repeat-x么?
1回答
你好同学 , background-repeat 属性值常用的有如下几个 :
repeat 背景图像将在垂直方向和水平方向重复 . 也就是说这个属性值就是在repeat -x与repeat -y方向上都重复了
repeat-x 背景图像将在水平方向重复。
repeat-y 背景图像将在垂直方向重复。
no-repeat 背景图像将仅显示一次。
希望解答了你的疑惑 , 祝学习愉快 ,望采纳 .
相似问题