pricing table style : demo 156

Standard

  • 50GB Disk Space
  • 50 Email Accounts
  • Maintenance
  • 15 Subdomains
$10.00 per month

Business

  • 50GB Disk Space
  • 50 Email Accounts
  • Maintenance
  • 15 Subdomains
$20.00 per month

Premium

  • 50GB Disk Space
  • 50 Email Accounts
  • Maintenance
  • 15 Subdomains
$30.00 per month

HTML

(Icons : Fontawesome & CSS Framwork: Bootstrap)
                        

Standard

  • 50GB Disk Space
  • 50 Email Accounts
  • Maintenance
  • 15 Subdomains
$10.00 per month

Business

  • 50GB Disk Space
  • 50 Email Accounts
  • Maintenance
  • 15 Subdomains
$20.00 per month

CSS

(Fonts required: Lato.)
                        .pricingTable{
                            background: #fff;
                            font-family: 'Lato', sans-serif;
                            text-align: center;
                            padding: 0 0 20px;
                            margin: 0 15px;
                            position: relative;
                        }
                        .pricingTable:after{
                            content: "";
                            background: linear-gradient(45deg,#61D0EB,#C882FC);
                            width: 100%;
                            height: 20px;
                            position: absolute;
                            bottom: 0;
                            left:0;
                        }
                        .pricingTable .pricingTable-header{ padding: 20px 10px; }
                        .pricingTable .title{
                            color: #1b2228;
                            font-size: 35px;
                            font-weight: 800;
                            text-transform: capitalize;
                            letter-spacing: 1px;
                            margin: 0;
                        }
                        .pricingTable .content-list{
                            background: linear-gradient(45deg,#61D0EB,#C882FC);
                            padding: 25px 25px 50px;
                            margin: 0;
                            list-style: none;
                        }
                        .pricingTable .content-list li{
                            color: #fff;
                            font-size: 17px;
                            text-transform: capitalize;
                            padding: 0 5px 10px;
                            margin: 0 0 10px;
                            border-bottom: 1px solid #fff;
                        }
                        .pricingTable .content-list li:last-child{ margin-bottom: 0; }
                        .pricingTable .pricingTable-signup a{
                            color: #1b2228;
                            background: #fff;
                            font-size: 25px;
                            font-weight: 500;
                            text-transform: uppercase;
                            padding: 6px 25px;
                            margin: 0 0 0;
                            border-radius: 15px;
                            box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
                            display: inline-block;
                            transform: translateY(-25px);
                            transition: all 0.3s ease 0s;
                        }
                        .pricingTable .pricingTable-signup a:hover{
                            color: #fff;
                            background: #1b2228;
                        }
                        .pricingTable .price-value{
                            color: #1b2228;
                            margin: 0 0 25px;
                        }
                        .pricingTable .price-value .amount{
                            font-size: 53px;
                            font-weight: 800;
                            line-height: 53px;
                            display: block;
                            margin: 0 0 5px;
                        }
                        .pricingTable .price-value .duration{
                            font-size: 23px;
                            font-weight: 400;
                            line-height: 23px;
                            display: block;
                        }
                        .pricingTable.orange:after{ background: linear-gradient(45deg,#FFBE84,#FD8D79); }
                        .pricingTable.orange .content-list{ background: linear-gradient(45deg,#FFBE84,#FD8D79); }
                        @media only screen and (max-width: 990px){
                            .pricingTable{ margin-bottom: 30px; }
                        }
                        @media only screen and (max-width: 576px){
                            .pricingTable{ margin: 0 0 30px; }
                        }
                    
License Terms