CSS Demo: border-image-source

border-image-source: url('/media/examples/border-diamonds.png');
border-image-source: url('/media/examples/border-stars.png');
border-image-source: repeating-linear-gradient(45deg, transparent, #4d9f0c 20px);
border-image-source: none;
This is a box with a border around it.