Advertisement
gyaruko

kujikawa lace border

Feb 18th, 2022
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <style>
  2. .border1 {
  3. border-style: solid;
  4. border-width: 10px;
  5. border-image: url("https://i.ibb.co/98fWyH3/405-C93-E1-8-E99-4-B83-8-C8-C-9-C3-A83-FEAB53.png") 60 fill round;
  6. }
  7. #border1 {
  8. border-image-slice:205 200 200 200;
  9. border-image-width:20px 20px 20px 20px;
  10. border-image-outset:0px 0px 0px 0px;
  11. border-image-repeat:stretch stretch;
  12. border-image-source:url("https://i.ibb.co/98fWyH3/405-C93-E1-8-E99-4-B83-8-C8-C-9-C3-A83-FEAB53.png");
  13. border-style:solid;
  14. width: 15em;
  15. padding: 1.2em;
  16. }
  17. </style>
  18. <img src="https://data.whicdn.com/images/359930565/original.jpg" width="200em" class="border1">
  19. <br></br>
  20. <div id="border1">
  21. Use .border1 for images like seen above, and use #border1 for containers or text boxes, like seen here.
  22. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement