import React, { Component } from 'react'; import '../pricing-plan.css'; import NavBar from './NavBar'; import Footer from './Footer'; import styles from 'styled-components'; const WhiteContainer = styled.div` background: white; `; const PricingPlanContainer = styled.div` display:flex; align-items: center; justify-content: center; padding: 10px; `; const PricingPlan = styled.section` background: white; width:300px; border-radius: 25px; box-shadow: 0 0 5px rgba(0,0,0,0.2); overflow: hidden; font-family: sans-serif; font-size: 16px; line-height: 1.5; color: #555555; margin: 15px; &:hover &:active { box-shadow: 0 0 15px rgba(0,0,0,0.4); transform: scale(1.05); } `; const Text = styled.p` font-size: 0.9em; text-align: center; margin: 0 0 10px 0; `; const Currency = styled.p` margin: 0; text-align: center; font-size: 2em; color:#000000; `; const Title = styled.h1` font-size:1.5em; font-weight: 400; `; const Header = styled.div` padding:25px; background: #009578; color: #ffffff; `; const Summary = styled.h2` font-size: 1em; font-weight: 300; `; const SpecialText = styled.div` padding: 10px; text-align: center; font-weight: bold; color: #ffffff; background: #007c64; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; &, ${Title}{ margin: 0; text-align: center; font-family: sans-serif; } `; const Desc = styled.div` padding: 25px; `; const List = styled.ul ` padding: 0; margin: 0; text-align: left; `; class PricingPlan extends Component { render(){ return(



Pricing Plan

Basic Package

For those getting started

  • Feature #1
  • Feature #2
  • Feature #3
  • Feature #4
< div class='pricing-plan__actions'>

$10

per month

Minimum spend over 12 months

Recommended

Intermediate Package

For those getting started

  • Feature #1
  • Feature #2
  • Feature #3
  • Feature #4
< div class='pricing-plan__actions'>

$50

per month

Minimum spend over 12 months

Luxury Package

For those getting started

< div class='pricing-plan__actions'>

$100

per month

Minimum spend over 12 months

Purchase