<style>
.border14 {
border-width: 7px;
border-style: solid;
border-image: url("https://files.catbox.moe/zfk7ik.gif") 7 fill round;
}
</style>
<img class="border14" src="your-image.png" style="width:200px;height:auto;border-radius:10px;">

<style>
/* Scrollbar styling /
::-webkit-scrollbar {
width: 10px;
/
Vertical Width /
height: 10px;
/
Horizontal Height /
}
/ Scrollbar Track Color /
::-webkit-scrollbar-track {
background: transparent;
border-radius: 0px;
}/
Scrollbar Thumb Color /
::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 0px;
border: 2px solid #000000;
}/
Thumb Hover */
::-webkit-scrollbar-thumb:hover {
background: transparent;
}