kyujouz

paining frame border

Aug 10th, 2022
1,391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style>
  2. #image01 {
  3. border: 1.5em solid;
  4. border-image-slice: 130 125 125 130;
  5. border-image-outset:0px 0px 0px 0px;
  6. border-image-repeat:stretch stretch;
  7. border-image-source:url("https://files.catbox.moe/16vx4u.png");
  8. }
  9. </style>
Add Comment
Please, Sign In to add comment