Advertisement
talas

white lace image border

May 23rd, 2021
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. img {
  6. border-width:7px;
  7. border-style:solid;
  8. border-image: url("https://media.discordapp.net/attachments/840568798465884200/846154914303967262/image_2021-05-24_013511.png") 8 fill round;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13.  
  14. <h2>white lace border around image</h2>
  15.  
  16. <img src="https://i.pinimg.com/originals/26/d8/64/26d864ce32a9517f2d452513cb5431cb.jpg" alt="." style="width:250px">
  17.  
  18. <p>credit @girisgo if used!</p>
  19.  
  20.  
  21. </body>
  22. </html>
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement