left up right
Border Module

Tile for border

The image is 81 by 81 pixels and has to be divided into 9 equal parts. The style rules could thus be as follows:

div {
  border-image: url("border.png") 27 round stretch;
  border: double orange 1em }

The result, when applied to a div of 12 by 5em, will be similar to this:

element with a diamond border