Advertisement
inklimg

sntry tab container custom bg

Dec 3rd, 2023 (edited)
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. .tab-container {
  2. background: #ffffff !important;
  3. /* you can make this a gradient by going to https://cssgradient.io and getting the code, just add !important */
  4. }
  5.  
  6. /* image alternative */
  7.  
  8. .tab-container {
  9. background-image: url(“imgsrc.png”) !important;
  10. background-size: 100%; /* this can be adjusted to your liking! */
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement