Advertisement
Guest User

scrollbox with bow border~

a guest
Jun 27th, 2021
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <style>
  2.  
  3. #text01{
  4. border-width:8px;
  5. border-style:solid;
  6. border-image: url("https://i.imgur.com/e3EPu48.png") 12 fill round;
  7. height: 100px;
  8. padding:4px;
  9. width: 100%;
  10. border-radius:10px;
  11.  
  12. overflow: auto;
  13. }
  14.  
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement