[image] White Border

scripted #images code, not mine

HTML

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