htmlintermediatemitFeatured
Three Tier Pricing
A three-column pricing grid with a highlighted plan.
4.1k2.8k1.1k410
About this module
The standard SaaS pricing grid: three tiers, with the middle plan highlighted and scaled up.
#pricing#saas#tiers
Source code
Installation
- 1
Create the files
Create `index.html` and `style.css` in the same folder.
- 2
Paste the code
Copy each file's source into its matching file.
- 3
Open in the browser
Open `index.html` in any modern browser.
Usage
- 1
Copy the HTML
Paste the section markup where you need it.
<link rel="stylesheet" href="style.css" /> <section class="mh-sec"> <div class="mh-container"> <div class="mh-center-head"> <span class="mh-eyebrow">Pricing</span> <h2 class="mh-h2">Simple, transparent pricing</h2> <p class="mh-sub">Start free. Upgrade when you're ready.</p> </div> <div class="mh-price-grid"> <div class="mh-plan"> <h3>Starter</h3> <div class="mh-amount">$0<span>/mo</span></div> <p class="mh-plan-sub">For side projects</p> <ul><li>50 modules</li><li>Community support</li><li>Basic previews</li></ul> <button>Get started</button> </div> <div class="mh-plan featured"> <span class="mh-badge">Popular</span> <h3>Pro</h3> <div class="mh-amount">$24<span>/mo</span></div> <p class="mh-plan-sub">For professional devs</p> <ul><li>All modules</li><li>ZIP downloads</li><li>Customization playground</li><li>Priority support</li></ul> <button>Start free trial</button> </div> <div class="mh-plan"> <h3>Team</h3> <div class="mh-amount">$59<span>/mo</span></div> <p class="mh-plan-sub">For growing teams</p> <ul><li>Everything in Pro</li><li>5 seats</li><li>Shared collections</li></ul> <button>Contact sales</button> </div> </div> </div> </section>