Border image demo
by kodjoe mambi
HTML
<div id="container"></div>
CSS
#container {
border-width: 100px;
border-image: url("https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/616bfa33a698c00022dbdc8e_optimized");
border-image-slice: 30;
border-image-width: 100px;
border-image-repeat: round;
}