Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .tab-container {
- background: #ffffff !important;
- /* you can make this a gradient by going to https://cssgradient.io and getting the code, just add !important */
- }
- /* image alternative */
- .tab-container {
- background-image: url(“imgsrc.png”) !important;
- background-size: 100%; /* this can be adjusted to your liking! */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement