pricing table style : demo 164

Standard

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

Business

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

Premium

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

HTML

(Icons : Fontawesome & CSS Framwork: Bootstrap)
                        

Standard

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

Business

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

CSS

(Fonts required: Maven Pro.)
                        .pricingTable{
                            color: #3DB3D9;
                            background: linear-gradient(to bottom,#3DB3D9,#7C7AE8);
                            font-family: 'Maven Pro', sans-serif;
                            text-align: center;
                            padding: 10px;
                            margin: 0 15px;
                            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
                        }
                        .pricingTable .pricingTable-header{
                            background: #fff;
                            padding: 12px 0 15px;
                            margin: 0 0 25px;
                        }
                        .pricingTable .title{
                            font-size: 30px;
                            font-weight:700;
                            text-transform: uppercase;
                            margin: 0;
                        }
                        .pricingTable .price-value{
                            color: #fff;
                            text-shadow: 0 0 8px rgba(0,0,0,0.3);
                            margin: 0 0 25px;
                        }
                        .pricingTable .price-value .amount{
                            font-size: 70px;
                            font-weight: 600;
                            line-height: 65px;
                        }
                        .pricingTable .price-value .amount-sm{
                            vertical-align: top;
                            font-size: 40px;
                            font-weight: 400;
                            line-height: 35px;
                        }
                        .pricingTable .price-value .duration{
                            font-size: 20px;
                            display: block;    
                        }
                        .pricingTable .pricing-content{
                            padding: 20px;
                            margin: 0 0 25px;
                            list-style: none;
                            border: 4px solid #fff;
                            border-radius: 25px;
                            display: inline-block;
                        }
                        .pricingTable .pricing-content li{
                            color: #fff;
                            font-size: 15px;
                            text-align: left;
                            padding: 0 0 0 35px;
                            margin: 0 0 15px;
                            position: relative;
                        }
                        .pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
                        .pricingTable .pricing-content li:before{
                            content: "\f00c";
                            color: #fff;
                            background: #5dbb54;
                            font-family: "Font Awesome 5 Free";
                            font-size: 14px;
                            font-weight: 900;
                            text-align: center;
                            line-height: 23px;
                            width: 23px;
                            height: 23px;
                            border-radius: 50px;
                            position: absolute;
                            top: 2px;
                            left: 0;
                        }
                        .pricingTable .pricing-content li.disable:before{
                            content: "\f00d";
                            background: #bb5057;
                        }
                        .pricingTable .pricingTable-signup{
                            background: #fff;
                            padding: 10px 0 10px;
                        }
                        .pricingTable .pricingTable-signup a{
                            color: #3DB3D9;
                            font-size: 27px;
                            font-weight: 700;
                            text-transform: uppercase;
                            transition: all 0.3s;
                        }
                        .pricingTable .pricingTable-signup a:hover{
                            text-shadow: -4px 4px 1px rgba(0,0,0,0.1);
                            letter-spacing: 3px;
                        }
                        .pricingTable.yellow{
                            color: #30ACC6;
                            background: linear-gradient(to bottom,#30ACC6,#E3E76C);
                        }
                        .pricingTable.yellow .pricingTable-signup a{ color: #30ACC6; }
                        @media only screen and (max-width: 1200px){
                            .pricingTable{ margin: 0; }
                        }
                        @media only screen and (max-width: 990px){
                            .pricingTable{ margin-bottom: 40px; }
                        }
                    
License Terms