实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
body
6
{
7
background-image:url('/upload/love/css.gif');
8
background-repeat:repeat-y;
9
}
10
</style>
11
</head>
12
13
<body>
14
<p>repeat-y will repeat a background image only vertically.</p>
15
</body>
16
</html>
17