Border Image
Controls
20px
30
20px
0px
Preview
Border Image Preview
Generated CSS
.element {
border: 20px solid transparent;
border-image: url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Crect width='15' height='15' fill='%23667eea'/%3E%3Crect x='15' y='15' width='15' height='15' fill='%23667eea'/%3E%3Crect x='15' width='15' height='15' fill='%23764ba2'/%3E%3Crect y='15' width='15' height='15' fill='%23764ba2'/%3E%3C/svg%3E') 30 / 20px / 0px round;
}