-
Notifications
You must be signed in to change notification settings - Fork 0
/
chengdu.html
47 lines (47 loc) · 1.19 KB
/
chengdu.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
<!DOCTYPE html>
<html>
<head>
<title>chengdumeishi</title>
<meta charset="utf-8" />
<style type="text/css">
#mainDiv{
width:100%;
height: 700px;
margin: 0 auto;
background-image: url("res/chengdumeishiditu.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position: center center;
}
a{
text-decoration: none;
}
.image_list{
text-align:center;
margin-top:10;
}
.image_list img{
width:300px;
opacity:0.7;
}
.image_list img:hover{
opacity:1;
}
</style>
</head>
<body>
<div id="mainDiv">
<div class="image_list">
<br /><br />
<h1>成都美食</h1>
<br /><br />
<br /><br />
<a href="zhongshuijiao.html"><img src="res/zhongshuijiao(1).png" /></a>
<a href="chuanchuanxiang.html"><img src="res/chuanchuanxiang(1).png" /></a>
<a href="dandanmian.html"><img src="res/dandanmian(1).png" /></a>
<a href="tihuatang.html"><img src="res/tihuatang(1).png" /></a><br />
<a href="index.html"><h2>返回首页</h2></a>
</div>
</div>
</body>
</html>