I've created a dashed border-left to go around some content, but after testing it across browsers the spacing across each dash is inconsistent. I've done some searching but haven't been able to find a solution to this.
Chrome:
Firefox:
Styling:
.border {
border-left: 2px dashed black;
border-radius: 10%/200px
}
<div class="border"></div>