<div class="block"></div>
.block {
background-color: #eee;
width: 300px;
height: 250px;
border: 16px solid #666;
border-image-source: url(http://res.freestockphotos.biz/pictures/4/4627-illustration-of-a-blank-frame-border-pv.png);
border-image-slice: 28;
border-image-width: 0.6em 1.0em;
border-image-outset: 0em 1.1em 1.5em 0.6em;
border-image-repeat: round;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.