htmlbeginnermit
Inline Pricing Card
A compact single pricing card.
8.6k3.3k485355
About this module
A single, self-contained pricing card — handy for feature pages and app-store style prompts.
#pricing#card#compact
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 mh-center-head"> <div class="mh-single"> <span class="mh-eyebrow">Upgrade</span> <h3 class="mh-title">ModuleHarbor Pro</h3> <p class="mh-desc">Everything you need to ship faster.</p> <div class="mh-price">$19<span>/month</span></div> <ul><li>All 1,200+ modules</li><li>Unlimited downloads</li><li>Customization tools</li></ul> <button>Upgrade now</button> <p class="mh-foot">Cancel anytime · 14-day free trial</p> </div> </div> </section>