diff --git a/src/components/PricingPlan.js b/src/components/PricingPlan.js index fcdf06d..197b5a4 100644 --- a/src/components/PricingPlan.js +++ b/src/components/PricingPlan.js @@ -1,8 +1,7 @@ import React, { Component } from 'react'; -import '../pricing-plan.css'; import NavBar from './NavBar'; import Footer from './Footer'; -import styles from 'styled-components'; +import styled from 'styled-components'; const WhiteContainer = styled.div` background: white; @@ -16,8 +15,7 @@ const PricingPlanContainer = styled.div` padding: 10px; `; -const PricingPlan = styled.section` - +const Pricing = styled.section` background: white; width:300px; border-radius: 25px; @@ -69,7 +67,7 @@ const Summary = styled.h2` font-weight: 300; `; -const SpecialText = styled.div` +const SpecialText = styled.div` padding: 10px; text-align: center; @@ -90,14 +88,13 @@ const Description = styled.div` padding: 25px; -`; -const List = styled.ul ` +`; +const List = styled.ul` padding: 0; margin: 0; text-align: left; `; const Feature = styled.li` - list-style: none; margin: 0; padding-left: 25px; position: relative; @@ -116,7 +113,7 @@ const Feature = styled.li` } `; -const Actions = styled.div` +const Actions = styled.div` padding: 25px; border-top: 1px solid #eeeeee; @@ -148,89 +145,91 @@ const Button = styled.a` `; + class PricingPlan extends Component { - render(){ - return( + render() { + return (



-

Pricing Plan

- +

Pricing Plan

+ - -
- Basic Package - For those getting started + +
+ 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

+
+ + + Feature #1 + Feature #2 + Feature #3 + Feature #4 + + + + $10 + per month + Minimum sped over 12 months -
- -
-
Recommended
-
-

Intermediate Package

-

For those getting started

+ + + + Recommended +
-
-
- -
- < div class='pricing-plan__actions'> -

$50

-

per month

-

Minimum spend over 12 months

+ Intermediate Package + For those getting started - -
-
-
-

Luxury Package

-

For those getting started

+ + + + Feature #1 + Feature #2 + Feature #3 + Feature #4 + + + + $50 + per month + Minimum spend over 12 months -
-
- -
- < div class='pricing-plan__actions'> -

$100

-

per month

-

Minimum spend over 12 months

+ + + +
+ Luxury Package + For those getting started - -
+ + + + Feature #1 + Feature #2 + Feature #3 + Feature #4 + + + + $100 + per month + Minimum spend over 12 months + + + - - Purchase -