Yellow Brown Border

scripted #images code, not mine

HTML

<style> 
.yellowbrown { 
border-width: 7px;
border-style: solid; 
border-image: url("https://i.imgur.com/3pzGJd7.png") 7 fill round;
width:100%;height:auto;border-radius:10px;
}
</style>
<img class="yellowbrown" src="https://scripted.neocities.org/image.jpg" alt=".">