Is there a way to repeat a background image to fit its content? I have a background image that needs to be repeated in this manner: https://i.sstatic.net/qVKkp.png
However, when using the following code:
.imgbord {
background: url('https://i.imgur.com/LGlfFuU.png');
background-repeat: round;
color: white;
}
<div style="margin: 42px auto; width: 75%;">
<div class="imgbord">some random content out here</div>
</div>
The result is not as expected: https://i.sstatic.net/EhV0w.png