Advertisement
kyujouz

diff colored border

Dec 16th, 2021
2,381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2. #image01 {
  3. border-top: 4px double #404040;
  4. border-left: 4px double #404040;
  5. border-right: 4px double #FF6060;
  6. border-bottom: 4px double #FF6060;
  7. width: 100%;
  8. height: 100%;
  9. margin: auto;
  10. }
  11. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement