案例:CSS3 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
4
<style type="text/css">
5
body
6
{ 
7
background-image: url('/img/eg_bg_03.gif');
8
background-repeat: no-repeat
9
}
10
</style>
11
12
</head>
13
14
<body>
15
</body>
16
</html>
17