mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
16 lines
236 B
HTML
16 lines
236 B
HTML
<!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>
|