Advertisement
GIFCITY

gradient border

Dec 30th, 2021 (edited)
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style>
  2. #scrollbox {
  3. width: 300px;
  4. height: 300px;
  5. border: 2px solid;
  6. border-image-slice: 1;
  7. border-image-source: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  8. overflow: auto;
  9. }
  10. </style>
  11. <div id="scrollbox">
  12. text
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement