Advertisement
loveberry

lace border (img)

Jun 29th, 2023 (edited)
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <style>
  2. /* lace image border */
  3. .lace {
  4. border-width:7px;
  5. border-style:solid;
  6. border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
  7. width:250px;
  8. }
  9. /* to style the image. remove if you want */
  10. .img { border:1px solid black; width:248px; }
  11. </style>
  12.  
  13. <div class="lace"><img class="img" src="https://i.pinimg.com/564x/12/20/c9/1220c9e850369f8271a84e3c86396341.jpg"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement