Advertisement
rejuancse

style.css

Dec 19th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.47 KB | None | 0 0
  1. /* Lading Page */
  2. .wppb-pricing-content-one.style-four {
  3.     background: #fff;
  4.     border-radius: 10px;
  5. }
  6. .wppb-pricing-content-one.style-four .wppb-pricing-feature {
  7.     list-style: none;
  8.     padding: 0;
  9.     margin: 27px 50px 10px;
  10.     color: #000;
  11.     text-align: left;
  12. }
  13. .wppb-pricing-content-one.style-four a.wppb-btn-pricing.wppb-btninlineblock {
  14.     width: 70%;
  15.     border-radius: 10px;
  16.     background-color: #ff1554;
  17.     padding: 14px;
  18.     margin-bottom: 40px;
  19.     font-size: 18px;
  20.     font-weight: 500;
  21.     font-style: normal;
  22.     font-stretch: normal;
  23.     line-height: normal;
  24.     letter-spacing: normal;
  25.     text-align: center;
  26.     color: #ffffff;
  27. }
  28. .wppb-pricing-content-one.style-four .wppb-pricing-content {
  29.     padding: 15px 0 12px;
  30. }
  31. .wppb-pricing-header {
  32.     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  33.     padding: 22px 0 38px;
  34. }
  35.  
  36. .wppb-pricing-content-one.style-four {
  37.   overflow: inherit;
  38.   transition: .3s
  39. }
  40. .wppb-pricing-content-one.style-four:before {
  41.     content: "";
  42.     background: rgba(255, 255, 255, 0.4);
  43.     height: 100%;
  44.     width: 100%;
  45.     position: absolute;
  46.     left: -20px;
  47.     top: 20px;
  48.     border-radius: 10px;
  49.     z-index: -1;
  50.     transition: .3s
  51. }
  52. .wppb-pricing-content-one.style-four:after {
  53.     content: "";
  54.     background: rgba(255, 255, 255, 0.2);
  55.     height: 100%;
  56.     width: 100%;
  57.     position: absolute;
  58.     left: -40px;
  59.     top: 40px;
  60.     border-radius: 10px;
  61.     z-index: -1;
  62.     transition: .3s
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement