blob: 908b732720d8aaa75c12222f253bc06e42cc5a0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!doctype html>
<html><head>
<style>
div {
margin: 27px;
border-width: 1em;
border-style: solid;
border-image: url("diamonds.png") 27 stretch round;
width: 270px;
height: 135px;
}
</style>
<body>
<div></div>
</body></html>
|