-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path背景.html
41 lines (41 loc) · 827 Bytes
/
背景.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>背景</title>
<style>
h1{
width:150px;
background-color:red;
background-size:100px;
}
body{
background-image:url("http://pic13.nipic.com/20110415/1369025_121513630398_2.jpg");
background-size:1400px 700p;
background-repeat: no-repea;
background-attachment:fixed;
}
</style>
</head>
<body>
<h1>放假后</h1>
<h2>sdfgsd</h2>
<h2>gvsdgs</h2>
<h2>sgsdg</h2>
<h2>gsg</h2>
<h2>sdgsdg</h2>
<h2>sdgsdg</h2>
<h2>sdgsd</h2>
<h2>sdgsdg</h2>
<h2>strwse</h2>
<h2>dsfsdf</h2>
<h2>sdfsdf</h2>
<h2>sdfsdfsd</h2>
<h2>getgfwse</h2>
<h2>gsdgs</h2>
<h2>sgdsdg</h2>
<h2>bvxbs</h2>
<h2>xcgvx</h2>
<h2>sdgsgse</h2>
</body>
</html