-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
48 lines (48 loc) · 1.2 KB
/
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
44
45
46
47
48
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>homework</title>
<style>
body{
background: #000;
}
#main {
width: 1120px;
margin: 50px auto;
}
#main div {
text-align: center;
margin-bottom: 15px;
}
a {
font-family: "Microsoft YaHei UI";
color: #FFF;
font-size: 25px;
text-decoration: none;
}
</style>
</head>
<body>
<div id="main">
<div>
<a href="1.sanlan/sanlan.html">三栏式布局</a>
</div>
<div>
<a href="2.flexbox-Alipay/flexbox-Alipay.html">弹性盒布局-支付宝移动端页面</a>
</div>
<div>
<a href="3.Floating layout/Floating layout.html">浮动布局</a>
</div>
<div>
<a href="4.host service/view/header/header.html">主机服务网站首页布局</a>
</div>
<div>
<a href="5.Copyright-layout/index.html">网页版权信息的布局</a>
</div>
<div>
<a href="7.POKE/poke.html">扑克牌</a>
</div>
</div>
</body>
</html>