Advertisement
n3ito

[code] lace border

May 21st, 2022
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. .lace {
  5. border-width:7px;
  6. border-style:solid;
  7. border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
  8. }
  9. </style>
  10. </head>
  11. <body>
  12.  
  13. <img class=lace src="[image url]"style="width:20%">
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement