pricing table style : demo 187

Standard

$ 10 /mo
  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains

Business

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

Premium

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

HTML

(Icons : Fontawesome & CSS Framwork: Bootstrap)
                        

Standard

$ 10 /mo
  • 50GB Disk Space
  • 50 Email Accounts
  • 50GB Bandwidth
  • Maintenance
  • 15 Subdomains

Business

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

CSS

(Fonts required: Poppins.)
                        .pricingTable{
                            background: linear-gradient(#ffd740, #fb9a50);
                            font-family: 'Poppins', sans-serif;
                            text-align: center;
                            padding: 0 0 20px;
                            margin: 0 10px;
                            border-radius: 40px;
                        }
                        .pricingTable .pricingTable-header{
                            background: #fff;
                            padding: 25px 0 65px;
                            margin: 0 0 20px;
                            border-radius: 40px 40px 0 0;
                            clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
                        }
                        .pricingTable .title{
                            color: #fb9a50;
                            font-size: 38px;
                            font-weight: 500;
                            text-transform: uppercase;
                            letter-spacing: 0.5px;
                        }
                        .pricingTable .price-value{
                            color: #fff;
                            font-weight: 500;
                            margin: 0 0 20px;
                        }
                        .pricingTable .price-value .currency{
                            font-size: 45px;
                            line-height: 45px;
                            vertical-align: top;
                            display: inline-block;
                        }
                        .pricingTable .price-value .amount{
                            font-size: 70px;
                            line-height: 60px;
                            display: inline-block;
                        }
                        .pricingTable .price-value .duration{
                            font-size: 20px;
                            text-transform: uppercase;  
                            vertical-align: text-bottom;
                        }
                        .pricingTable .pricing-content{
                            padding: 0 20px;
                            margin: 0 0 20px;
                            list-style: none;
                        }
                        .pricingTable .pricing-content li{
                            color: #555;
                            background: #fff;
                            font-size: 16px;
                            font-weight: 500;
                            line-height: 25px;
                            text-transform: uppercase;
                            text-align: left;
                            padding: 11px 15px 11px 50px;
                            position: relative;
                        }
                        .pricingTable .pricing-content li:nth-child(even){
                            color: #fff;
                            background: transparent;
                        }
                        .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;
                            margin: auto;
                            border-radius: 50%;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 15px;
                        }
                        .pricingTable .pricing-content li.disable:before{
                            content: "\f00d";
                            background: #bb5057;
                        }
                        .pricingTable .pricingTable-signup a{
                            color: #fff;
                            font-size: 25px;
                            font-weight: 500;
                            text-transform: uppercase;
                            letter-spacing: 2px;
                            transition: all 0.3s;
                        }
                        .pricingTable .pricingTable-signup a:hover{ text-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2); }
                        .pricingTable.blue{ background: linear-gradient(#589EFF, #5965FF); }
                        .pricingTable.blue .title{ color: #5a6bff; }
                        .pricingTable.green{ background: linear-gradient(#30E2C0, #37958E); }
                        .pricingTable.green .title{ color: #37958E; }
                        @media only screen and (max-width: 990px){
                            .pricingTable{ margin: 0 0 40px; }
                        }
                    
License Terms