EduardET

css gradinet background over slides elements

Dec 15th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. .wpc-slider .et_pb_slide:before {
  2.     content: "";
  3.     position: absolute;
  4.     width: 100%;
  5.     height: 100%;
  6.     left: 0;
  7.     top: 0;
  8.     z-index: 1;
  9. }
  10. .wpc-slider .et_pb_slide_0:before {
  11.     background-image: linear-gradient(180deg,rgba(43,135,218,0.33) 0%,rgba(196, 41, 117, 0.61) 100%);
  12. }
  13. .wpc-slider .et_pb_slide_1:before {
  14.     background-image: linear-gradient(180deg,rgba(218, 148, 43, 0.62) 0%,rgba(228, 15, 15, 0.61) 100%);
  15. }
  16. .wpc-slider .et_pb_slide_2:before {
  17.     background-image: linear-gradient(180deg,#2e354ccf 0%,#4fa8edba 100%);
  18. }
Advertisement
Add Comment
Please, Sign In to add comment