border-image round
border-image round
by fatihhayri
HTML
<div class="test">
</div>
CSS
.test{
width:300px;
height:300px;
border-width: 33px;
border-image: url(http://fatihhayrioglu.com/images/border_image_desen.png) 33 round;
-moz-border-image: url(http://fatihhayrioglu.com/images/border_image_desen.png) 33 round;
-webkit-border-image: url(http://fatihhayrioglu.com/images/border_image_desen.png) 33 round;
-o-border-image: url(http://fatihhayrioglu.com/images/border_image_desen.png) 33 round;
}