pricing table style : demo 180

Standard

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

Business

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

Premium

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

HTML

(Icons : Fontawesome & CSS Framwork: Bootstrap)
                        

Standard

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

Business

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

CSS

(Fonts required: Lato.)
                        .pricingTable{ font-family: 'Lato', sans-serif; }
                        .pricingTable .title{
                            color: #fff;
                            background: #fc8123;
                            font-size: 35px;
                            font-weight: 700;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                            padding: 7px 15px;
                            margin: 0;
                            border-radius: 15px 15px 0 0;
                            box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
                            display: inline-block;
                        }
                        .pricingTable .pricing-content{
                            background-color: #fff;
                            text-align: center;
                            padding: 30px 0 25px;
                            border-top: 20px solid #fc8123;
                            border-radius: 0 20px 0 0;
                            box-shadow: 0 0 10px rgba(0,0,0,0.1);
                        }
                        .pricingTable .price-value{
                            color: #fc8123;
                            font-size: 60px;
                            font-weight: 600;
                            line-height: 45px;
                            margin: 0 0 10px;
                        }
                        .pricingTable .price-value .duration{
                            color: #111;
                            font-size: 17px;
                            font-weight: 500;
                            text-transform: uppercase;
                            display: block;
                        }
                        .pricingTable .pricing-content ul{
                            background: linear-gradient(to right, transparent, transparent, #e9e9e9, transparent, transparent);
                            text-align: left;
                            padding: 0 15px;
                            margin: 0 0 25px;
                            list-style: none;
                            display: inline-block;
                        }
                        .pricingTable .pricing-content li{
                            color: #272727;
                            font-size: 18px;
                            padding: 12px 12px 12px 35px;
                            position: relative;
                        }
                        .pricingTable .pricing-content li:nth-child(even){ background: #fff; }
                        .pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
                        .pricingTable .pricing-content li:before{
                            content: "\f00c";
                            color: #fc8123;
                            font-family: "Font Awesome 5 free";
                            font-weight: 900;
                            font-size: 18px;
                            line-height: 22px;
                            position: absolute;
                            top: 12px;
                            left: 8px;
                        }
                        .pricingTable .pricingTable-signup{
                            background: #333333;
                            padding: 8px 0;
                        }
                        .pricingTable .pricingTable-signup a{
                            color: #fff;
                            font-size: 25px;
                            font-weight: 600;
                            text-transform: uppercase;
                            transition: all 0.3s;
                        }
                        .pricingTable .pricingTable-signup a:hover{ text-shadow: 3px 3px 3px #fc8123; }
                        .pricingTable.blue .title{ background-color: #2D3194; }
                        .pricingTable.blue .pricing-content{ border-top-color: #2D3194; }
                        .pricingTable.blue .price-value,
                        .pricingTable.blue .pricing-content li:before{
                            color: #2D3194;
                        }
                        .pricingTable.blue .pricingTable-signup a:hover{ text-shadow: 3px 3px 3px #2D3194; }
                        .pricingTable.green .title{ background-color: #77c100; }
                        .pricingTable.green .pricing-content{ border-top-color: #77c100; }
                        .pricingTable.green .price-value,
                        .pricingTable.green .pricing-content li:before{
                            color: #77c100;
                        }
                        .pricingTable.green .pricingTable-signup a:hover{ text-shadow: 3px 3px 3px #77c100; }
                        @media only screen and (max-width: 990px){
                            .pricingTable{ margin-bottom: 40px; }
                        }
                    
License Terms