CSS3 Pricing Table

Size
3,923 Kb
Views
20,240

How do I make an css3 pricing table?

Simple pricing table code in scss for css & jade for html with no javascript.. What is a css3 pricing table? How do you make a css3 pricing table? This script and codes were developed by Tushar Mehrotra on 13 September 2022, Tuesday.

CSS3 Pricing Table Previews

CSS3 Pricing Table - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Pricing Table</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.2/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container"> <div class="row"> <h2 class="col-sm-12 text-center">Simple Pricing Table</h2> <div class="col-xs-3"> <div class="pricing-table text-center"> <h2><i class="fa fa-plane" aria-hidden="true"></i></h2> <h3>FREE</h3> <div class="plan-content"> <p>UNLIMITED DOMAINS</p> <p>10,000 EVENTS/MONTH</p> <p>LIMITED EMAIL SUPPORT</p> </div> <div class="pricing"><sup>$</sup><span>FREE</span></div> <div class="choose-plan"><a class="btn btn-danger">Sign up</a></div> </div> </div> <div class="col-xs-3"> <div class="pricing-table text-center"> <h2><i class="fa fa-plane" aria-hidden="true"></i></h2> <h3>STARTUP PACK</h3> <div class="plan-content"> <p>UNLIMITED DOMAINS</p> <p>300,000 EVENTS/MONTH</p> <p>LIMITED EMAIL SUPPORT</p> </div> <div class="pricing"><sup>$</sup><span>14.99</span> <P class="price-text">per month</P> </div> <div class="choose-plan"><a class="btn btn-danger">free trial</a></div> </div> </div> <div class="col-xs-3"> <div class="pricing-table text-center"> <h2><i class="fa fa-trophy" aria-hidden="true"></i></h2> <h3>BUSINESS PACK</h3> <div class="plan-content"> <p>UNLIMITED DOMAINS</p> <p>300,000 EVENTS/MONTH</p> <p>EMAIL SUPPORT</p> <p>PHONE SUPPORT</p> </div> <div class="pricing"><sup>$</sup><span>99.99</span> <P class="price-text">per month</P> </div> <div class="choose-plan"><a class="btn btn-danger">free trial</a></div> </div> </div> <div class="col-xs-3"> <div class="pricing-table text-center"> <h2><i class="fa fa-umbrella" aria-hidden="true"></i></h2> <h3>ENTERPRISE PACK</h3> <div class="plan-content"> <p>UNLIMITED DOMAINS</p> <p>UNLIMITED EVENTS/MONTH</p> <p>DEDICATED ACCOUNT MANAGER</p> <p>DATA EXPORT</p> <p>CUSTOM CONTRACT</p> <p>CUSTOM SUPPORT</p> </div> <div class="pricing"><span>Lets Talk</span></div> <div class="choose-plan"><a class="btn btn-danger">contact us</a></div> </div> </div> </div> <div class="fixed"><span>Created By </span><a href="https://codepen.io/MTushar/" target="_blank">MTushar</a></div>
</div> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
</body>
</html>

CSS3 Pricing Table - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
body { background: #eef2f5; color: #4c5667; font-family: 'Open Sans', sans-serif;
}
.content-container { width: 94%; margin: 40px auto;
}
.pricing-table { width: 96%; margin: 50px auto; min-height: 400px; border: 2px solid rgba(151, 160, 175, 0.2); border-radius: 7px; padding: 30px 10px; transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pricing-table:hover { border-color: #97a0af;
}
h2 { margin-bottom: 0;
}
h3 { margin-top: 5px; font-size: 16px;
}
p { margin-bottom: 20px; margin-top: 20px; color: #97a0af;
}
.plan-content { margin-top: 50px; margin-bottom: 80px;
}
.pricing { font-size: 30px;
}
.price-text { font-size: 10px; margin-top: 0;
}
.btn { background: #fa4a86; border: 1px solid #fa4a86; padding: 11px 40px; border-radius: 30px; text-transform: uppercase;
}
.btn:hover { background: #fb6d9d; border: 1px solid #fb6d9d;
}
@media screen and (min-width: 768px) and (max-width: 992px) { .pricing-table { padding: 30px 5px; width: 100%; } .btn { padding: 11px 25px; }
}
.fixed { position: fixed; left: 0; right: 0; bottom: 0; padding: 10px; background: #fff;
}
.fixed a { color: #4c5667; text-decoration: underline;
}
CSS3 Pricing Table - Script Codes
CSS3 Pricing Table - Script Codes
Home Page Home
Developer Tushar Mehrotra
Username MTushar
Uploaded September 13, 2022
Rating 3
Size 3,923 Kb
Views 20,240
Do you need developer help for CSS3 Pricing Table?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tushar Mehrotra (MTushar) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!