Advertisement
invaderzim

double border split color

Jul 15th, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. <style>
  2. #double {
  3. border-top: 3.5px double #000;
  4. border-left: 3.5px double #000;
  5. border-right: 3.5px double #ccc;
  6. border-bottom: 3.5px double #ccc;
  7. }
  8. </style>
  9.  
  10. <div id="double"><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