CSS里的“background-repeat:repeat”是什么意思?

日期:2019-11-13 10:32:18 人气:1

CSS里的“background-repeat:repeat”是什么意思?

在CSS中,background-repeat 属性设置是否及如何重复背景图像。 示例代码: 示例body{ background-image:url('paper.gif'); background-repeat:inherit;//repeat,repeat-x,repeat-y,no-repeat} inherit1、background-repeat:repeat 是默认属性,使背景图像在水平和垂直方向上重复。 2、background-repeat
    A+
热门评论