<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit maxime </div>
body{
  padding: 10px;
}
div{
  background-color:silver;
  width: 310px;
  height: 100px;
  padding: 20px;
  border: solid 10px transparent;
  border-image-source: url(http://tutowebdesign.com/images/border-image-css.jpg);
  border-image-width: 2 4;
  border-image-repeat: round;
  border-image-slice: 30 30;
  border-image-outset: 0;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.