dracslaura

lace border

May 30th, 2021 (edited)
16,416
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 1 0
  1. <!---
  2.  
  3. (\ ∧♛∧ .+° °*.
  4. (ヾ( *・ω・) °・ cr viliarreai if used !
  5. `し( つ つ━✩* .+°
  6. (/しーJ
  7.  
  8. --->
  9.  
  10. <html>
  11. <head>
  12. <style>
  13. .lace {
  14. border-width:7px;
  15. border-style:solid;
  16. border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21.  
  22. <img class=lace src="img.link.here" alt="." style="width:250px"> <!--- ur img link goes here! this also works with containers--->
  23.  
  24. <p>updated the lace border so it has a white bg and not transparent bc everyone kept asking me to do so</p>
  25.  
  26. </body>
  27. </html>
  28.  
Add Comment
Please, Sign In to add comment