Advertisement
invaderzim

gradient img border

Jul 15th, 2022
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. <style>
  2. #gradient {
  3. border: 3px solid;
  4. border-image-slice: 1;
  5. border-image-source: linear-gradient(#000, #ccc);
  6. }
  7. </style>
  8.  
  9. <div id="gradient"><img src=https://www.rover.com/blog/wp-content/uploads/2019/06/cat-4223305_1920-300x200.jpg></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement