-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (41 loc) · 899 Bytes
/
index.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
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
body {
background:url(pic/background.jpg) repeat-y ;
}
a{
text-decoration:none;
}
a.c_1{
color:black;
}
a.c_1:hover{
font-size:150%;//鼠标悬挂的时候字体放大
}
a.c_2:link,a._c2:visited
{
color:#FFFFFF;
font-weight:bold;
font-size:24px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#98bf21;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}
a.c_2:hover,a.c_2:active
{
background-color:#7A991A;
}
</style>
</head>
<body>
<h1 color=“red” align="center">宽带网研究中心</h1>
<h2 align="right">
<a class="c_1" href="lab_web/table/paper.html">实验室统计</a> XXXXXX XXXXXXX
</h2>
</body>
</html>