-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.html
53 lines (48 loc) · 971 Bytes
/
go.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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>中山大学“百田杯”创意创新大赛</title>
<link href="ssic.ico" rel="shortcut icon">
<style type="text/css">
body {
background: #f8f8f8;
}
div.main {
/*margin-left: 400px;*/
margin: 0 auto;
width: 860px;
}
a.choose{
margin-top: 50px;
width: 400px;
float: left;
text-align: center;
padding: 10px;
}
a.choose:hover {
background: #ddd;
}
a.choose img {
margin-bottom: 10px;
border: 1px solid #f1f1f1;
}
div.clear {
clear: both;
}
</style>
</head>
<body>
<div class='main'>
<a href='http://center.sysu.edu.cn/ssic/' class='choose'>
<img src='ssic.png' width='300px' />
<img src='ssicpost.png' width='300px' />
</a>
<a href='http://center.sysu.edu.cn/sscc/' class='choose'>
<img src='sscc.png' width='300px' />
<img src='ssccpost.png' width='300px' />
</a>
<div class='clear'><div>
</div>
</body>
</html>