Advertisement
chiakana

fog mask (cr nene)

Nov 26th, 2024 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.08 KB | Source Code | 0 0
  1. <!-- two lace borders! cr appreciated nene, art by okegom from w3schools -->
  2.  
  3. <style>
  4.  
  5. /* change the img url below the style tag to change the main image to whatever element you want */
  6.  
  7. .cute {
  8. border-width:12px;
  9. border-style:solid;
  10. border-image: url("https://i.imgur.com/gTFIwdW.png") 11 fill round;
  11. }
  12. </style>
  13.  
  14. <img class=cute src="https://foriio.imgix.net/store/a02f64003c1491f3dd281b6e42ac2c12.psd?ixlib=rb-3.1.1&auto=format%2Ccompress&w=688&h=424&rect=0%2C0%2C2324%2C1452&s=0d911caad183d2c2e7a740552c259263" alt="." style="width:250px;height:auto;border-radius:10px;">
  15.  
  16. <style>
  17.  
  18. /* change the img url below the style tag to change the main image to whatever element you want */
  19.  
  20.  
  21. .mono {
  22. border-width:12px;
  23. border-style:solid;
  24. border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;
  25. }
  26. </style>
  27.  
  28. <img class=mono src="https://foriio.imgix.net/store/75f93ff7a872e1a712185eb97b0cffd7.psd?ixlib=rb-3.1.1&auto=format%2Ccompress&w=688&h=424&rect=0%2C39%2C2442%2C1526&s=6f7bff11bb57367567a34e0d523712d9" alt="." style="width:250px;height:auto;border-radius:10px;">
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement