-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (44 loc) · 1.54 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
<meta name="keywords" content="关键词">
<meta name="description" content="描述">
<meta name="author" content="练习 加油">
<style>
body{font-family: "Microsoft YaHei",serif;}
body,dl,dd,p,h1,h2,h3,h4,h5,h6{margin:0;}
ol,ul,li{margin:0;padding:0;list-style:none;}
img{border:none;}
#wrap{
margin: 50px auto;
width: 200px;
height: 100px;
}
#wrap ul{
width: 100%;
display: flex;
align-content: center;
}
#wrap ul li{
float: left;
width: 40px;
}
</style>
</head>
<body>
<div id="wrap">
请选择以下特效以浏览
<ul>
<li><a href="https://wikined.github.io/canvas/canvas-时钟.html">时钟</a></li>
<li><a href="https://wikined.github.io/canvas/canvas-链接.html">链接</a></li>
<li><a href="https://wikined.github.io/canvas/canvas特效-花卉.html">花卉</a></li>
<li><a href="https://wikined.github.io/canvas/canvas特效-喷泉.html">喷泉</a></li>
<li><a href="https://wikined.github.io/canvas/canvas特效-雷雨.html">雷雨</a></li>
</ul>
</div>
<script>
</script>
</body>
</html>