I have background image which is needed to be repeated to it's content like that:
But using this 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>
I get this: