x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
body {
7
background: #ffffff url("/examples/img_tree.png") no-repeat right top;
8
margin-right: 200px;
9
}
10
</style>
11
12
</head>
13
14
<body>
15
<h1>Hello World!</h1>
16
<p>背景图片只显示一次,但它位置离文本比较远。</p>
17
<p>在这个例子中我们添加了一个右边距,所以背景图像不会打扰到文本。</p>
18
</body>
19
20
</html>