Advertisement
salmancreation

gradient css

Apr 4th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. .elementor-2731 .elementor-element.elementor-element-ccb3277 .service-info-block {
  2.     background-color: transparent;
  3.     background-image: linear-gradient(180deg, #ff73a5 0%, #ff9393 100%);
  4. }
  5.  
  6.  
  7. .service-info-block {
  8.     padding: 50px 40px;
  9.     background: #c444fb;
  10.     background: linear-gradient(-35deg, #c444fb 0%, #5b56d7 100%);
  11.     color: #FFFFFF;
  12. }
  13. ------------------------------
  14.  
  15. .colorful-tab .nav-tabs .nav-item:nth-child(2) .nav-link.active {
  16.     background: rgb(126, 213, 0);
  17.     background: linear-gradient(-35deg, rgba(126, 213, 0, 1) 0%, rgba(0, 191, 141, 1) 100%);
  18. }
  19.  
  20. ------------------
  21.  
  22.  
  23.  
  24. .service-info-block .info-block-header:before {
  25.     position: absolute;
  26.     content: "";
  27.     top: 0;
  28.     left: 0;
  29.     height: 100%;
  30.     width: 100%;
  31.     border-radius: 50%;
  32.     z-index: -1;
  33.     animation: pulseanim 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  34. }
  35.  
  36. -------------------------
  37.  
  38. .multi-color-price-table .tab-pane .row>[class*="col-"]:nth-child(3) .xs-single-pricing .pulse-anim {
  39.     background-color: #ff0404;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement