pricing table style : demo 153

$9.99 /month

Standard

  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains
$19.99 /month

Business

  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains
$29.99 /month

Premium

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

HTML

(Icons : Fontawesome & CSS Framwork: Bootstrap)
                        
$9.99 /month

Standard

  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains
$19.99 /month

Business

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

CSS

(Fonts required: Lato.)
                        .pricingTable{
                            font-family: 'Lato', sans-serif;
                            text-align: center;
                            margin: 0 10px;
                            border-radius: 40px 40px 170px 170px / 40px 40px 70px 70px;
                            overflow: hidden;
                            transition: all 0.3s ease 0s;
                        }
                        .pricingTable:hover{ box-shadow: 0 0 20px -5px rgba(0,0,0, 0.9); }
                        .pricingTable .pricingTable-header{
                            background: #e7e8ea;
                            padding: 25px 0 0;
                        }
                        .pricingTable .price-value{
                            color: #86878B;
                            font-weight: 900;
                            margin: 0 0 15px;
                        }
                        .pricingTable .price-value .amount{
                            font-size: 45px;
                            line-height: 40px;
                            display: block;
                        }
                        .pricingTable .price-value .duration{
                            font-size: 16px;
                            font-weight: 600;
                            text-transform: uppercase;
                            display: block;
                        }
                        .pricingTable .title{
                            color: #fff;
                            background: #f76b0e;
                            font-size: 33px;
                            font-weight: 600;
                            letter-spacing: 1px;
                            text-transform: uppercase;
                            padding: 18px 10px 15px;
                            margin: 0 -8px;
                            border: 8px solid #fff;
                            border-bottom: none;
                            border-radius: 170px 170px 0 0 / 70px 70px 0 0;
                        }
                        .pricingTable .content-list{
                            background: #E7E8EA;
                            padding: 0;
                            margin: 0;
                            list-style: none;
                        }
                        .pricingTable .content-list li{
                            color: #86878B;
                            font-size: 16px;
                            font-weight: 600;
                            text-transform: uppercase;
                            padding: 12px 5px;
                        }
                        .pricingTable .content-list li:nth-child(even){ background: #D1D2D4; }
                        .pricingTable .content-list li:last-child{ margin-bottom: 0; }
                        .pricingTable .pricingTable-signup{
                            background: #f76b0e;
                            padding: 17px 20px 23px;
                        }
                        .pricingTable .pricingTable-signup a{
                            color: #fff;
                            font-size: 27px;
                            font-weight: 700;
                            letter-spacing: 1px;
                            text-transform: uppercase;
                            transition: all 0.3s ease 0s;
                        }
                        .pricingTable .pricingTable-signup a:hover{
                            font-weight: 900;
                            letter-spacing: 2px;
                            text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
                        }
                        .pricingTable.blue .title,
                        .pricingTable.blue .pricingTable-signup{
                            background: #3867d6;
                        }
                        .pricingTable.green .title,
                        .pricingTable.green .pricingTable-signup{
                            background: #0fb9b1;
                        }
                        @media only screen and (max-width: 990px){
                            .pricingTable{ margin-bottom: 30px; }
                        }
                    
License Terms