pricing table style : demo 170

$10

Standard

  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains
$20

Business

  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains
$30

Premium

  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains

HTML

(Icons : Fontawesome & CSS Framwork: Bootstrap)
                        
$10

Standard

  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains
$20

Business

  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains

CSS

(Fonts required: Oswald | Lato.)
                        .pricingTable{
                            background: #fff;
                            font-family: 'Oswald', sans-serif;
                            text-align: center;
                            padding: 0 15px;
                            border-radius: 30px 30px 0 0;
                            box-shadow: 0 0 20px -7px rgba(0,0,0,0.2);
                        }
                        .pricingTable .pricingTable-header{ margin: 0 0 15px; }
                        .pricingTable .price-value{
                            color: #fff;
                            background: linear-gradient(to right bottom,#00B4DB, #0083B0);
                            font-size: 60px;
                            font-weight: 500;
                            line-height: 73px;
                            height: 90px;
                            width: 170px;
                            margin: 0 auto 15px;
                            border-radius: 0 0 250px 250px;
                        }
                        .pricingTable .title{
                            color: #333;
                            font-size: 45px;
                            font-weight: 500;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                            margin: 0;
                        }
                        .pricingTable .pricing-content{
                            font-family: 'Lato', sans-serif;
                            padding: 0;
                            margin: 0 0 20px;
                            list-style: none;
                        }
                        .pricingTable .pricing-content li{
                            color: #fff;
                            background: linear-gradient(to right bottom, #00B4DB, #0083B0);
                            font-size: 17px;
                            line-height: 22px;
                            font-weight: 600;
                            text-transform: capitalize;
                            padding: 10px;
                            margin: 0 0 10px;
                        }
                        .pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
                        .pricingTable .pricingTable-signup{
                            background: #333;
                            padding: 7px;
                            margin: 0 -15px;
                        }
                        .pricingTable .pricingTable-signup a{
                            color: #fff;
                            font-size: 30px;
                            font-weight: 500;
                            text-transform: uppercase;
                            display: inline-block;
                            position: relative;
                            transition: all 0.3s ease 0s;
                        }
                        .pricingTable .pricingTable-signup a:hover{
                            letter-spacing: 2px;
                            text-shadow: 5px 5px 5px #000;
                        }
                        .pricingTable.pink .price-value,
                        .pricingTable.pink .pricing-content li{
                            background: linear-gradient(to right bottom, #e23d9b, #aa0f67);
                        }
                        @media only screen and (max-width: 990px){
                            .pricingTable{ margin-bottom: 40px; }
                        }
                    
License Terms