iframe border image
by omarjuvera
HTML
<iframe src="http://www.google.co.nz">
</iframe>
CSS
iframe {
border: 10px solid transparent;
border-image-source: url(http://www.juvera.me/aki/codepen/iframe-border.png);
border-image-slice: 10;
width:500px;
height:300px;
}