Advertisement
inklimg

sntry custom border on paste

Dec 3rd, 2023 (edited)
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. .tab-container {
  2. border-width: 2px solid #000 !important; /* all values can be adjusted */
  3. }
  4.  
  5. /* image alternative */
  6.  
  7. .tab-container {
  8. border-image: url(“https://imgsrc.png”);
  9. border-style: solid;
  10. }
  11. /* this should be changed and adjusted to fit whatever custom border image you want */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement