want to create div with border of 100% radius and also which would have circle dots not squere...
and everything what I found to was in the code snipped, but in this case don't have any radius.. :/
.image-container {
position: relative;
text-align: center;
border-radius: 100%;
border-width: 8px;
border-color: #dfbc82;
border-style: solid;
border-image: url('https://d3uepj124s5rcx.cloudfront.net/items/0V28170w0f0k3t3S2p0g/dots.svg');
border-image-slice: 33%;
border-image-repeat: round;
width: 150px;
height: 150px;
}
<div class="image-container">
is it possible? if yes, how?