-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathborer-image.html
20 lines (19 loc) · 925 Bytes
/
borer-image.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.a1{ border:14px solid transparent; border-image:url(images/120612091424303.png) 14 14 round; width:300px; height:200px;}
.a2{ border:16px solid transparent; border-image:url(images/border.png) 26 26 round; width:300px; height:200px;}
.a3{ border:26px solid transparent; border-image:url(images/border.png) 26 26 stretch; width:300px; height:200px;}
.a4{ border:15px solid transparent; border-image:url(images/icon-tip.png) 15 18 stretch; width:300px; height:200px;}
</style>
</head>
<body>
<div class="a1">zzzzzzzzz</div>
<div class="a2">aaaaa</div>
<div class="a3">aa11aaa</div>
<div class="a4">aaaaa</div>
</body>
</html>