-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (65 loc) · 1.35 KB
/
index.html
File metadata and controls
82 lines (65 loc) · 1.35 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KING BLOG</title>
<embed src="1.mp3" hidden="true" autostart="true" loop="true">
<style>
body{
background:url(2.jpg);
background-size:100%;
background-repeat:no-repeat;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: right;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/*鼠标移动到选项上修改背景颜色 */
li a:hover {
background-color: #111;
}
.active {
background-color: #4CAF50;
}
#synopsis {
position: absolute;
top: 120px;
left: 0;
width: 30%;
padding: 16px;
color: #CFC;
line-height: 2.5;
letter-spacing: 2px;
text-align: left;
}
</style>
</head>
<body>
<ul>
<li style="float:right"><a class="active" href="index.php">留言</a></li>
<li><a href="index.html">主页</a></li>
</ul>
<pre id="synopsis">
人生一梦
白云苍狗
错错对对
恩恩怨怨
终不过日月无声
水过无痕
所为弃者
一点执念而已。
</pre>
</body>
</html>