-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.html
32 lines (32 loc) · 945 Bytes
/
demo.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>样式示例讲解</title>
</head>
<body>
<ul>
<a href="before%20&%20after/index.html" target="_blank">
<li>Before和After用法小结</li>
</a>
<a href="Box_Shadow/index.html" target="_blank">
<li>box-shadow特效集锦</li>
</a>
<a href="button/index.html" target="_blank">
<li>Button特效</li>
</a>
<a href="HorizontalVerticalCentering/index.html" target="_blank">
<li>水平垂直居中</li>
</a>
<a href="Animation/index.html" target="_blank">
<li>动画课程集锦</li>
</a>
<a href="Compatibility/index.html" target="_blank">
<li>手机兼容性</li>
</a>
<a href="DemoWeb/index.html" target="_blank">
<li>一些Demo示例</li>
</a>
</ul>
</body>
</html>