htmlbeginnermit
Features Grid
A three-column feature grid with icons.
5.0k3.7k816686
About this module
A classic features section: three icon tiles with title and description, evenly balanced.
#features#grid#icons
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">Features</span><h2 class="mh-h2">Everything you need to ship</h2></div> <div class="mh-features"> <div class="mh-f"><div class="mh-f-icon">β‘</div><h3>Live previews</h3><p>See every module running before you copy a line of code.</p></div> <div class="mh-f"><div class="mh-f-icon">π¦</div><h3>Copy & paste</h3><p>Clean, production-ready code in the language you need.</p></div> <div class="mh-f"><div class="mh-f-icon">π¨</div><h3>Customize</h3><p>Recolor, resize and restyle with an instant live editor.</p></div> </div> </div> </section>