htmlbeginnermit
Stats Section
A metrics strip with big numbers.
6.0k2.7k1.0k279
About this module
A horizontal strip of big stat numbers with labels — quick credibility for any landing page.
#stats#numbers#metrics
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-stats-strip"> <div><b>1,200+</b><span>Modules</span></div> <div><b>40+</b><span>Categories</span></div> <div><b>12k</b><span>Developers</span></div> <div><b>3.2M</b><span>Copies shipped</span></div> </div> </section>