[image] golden frame
by naocrrds
HTML
<style>
#frame {
border-width:10px;
border-style:solid;
border-image: url("https://i.ibb.co/LYSfp26/C9487459-587-E-4-EDC-89-C1-2-B2-F0804-F5-A7.png") 35 fill round;
width: 15em;
height: 10em;
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: 1em;
box-sizing: border-box;
color: black;
}
#img {
border-width:10px;
border-style:solid;
border-image: url("https://i.ibb.co/LYSfp26/C9487459-587-E-4-EDC-89-C1-2-B2-F0804-F5-A7.png") 35 fill round;
}
</style>
<div id="frame">
Insert contents here <img src="https://i.ibb.co/J5Ntpgr/f1782181.gif">
</div>
<img src="https://i.imgur.com/npSeDA9.jpg" id="img" width="300em">