htmlbeginnermitFeatured
Testimonial Grid
A masonry-style testimonial grid.
9.4k3.1k862132
About this module
A three-column grid of testimonial cards with quotes, avatars and star ratings.
#testimonials#grid#social proof
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">Testimonials</span><h2 class="mh-h2">Loved by developers</h2></div> <div class="mh-tgrid"> <figure class="mh-tcard"><div class="mh-r">★★★★★</div><blockquote>"Copied a hero and a pricing grid in 5 minutes. Unreal."</blockquote><figcaption><i>JD</i><span><b>Jordan Diaz</b><em>Frontend Lead</em></span></figcaption></figure> <figure class="mh-tcard"><div class="mh-r">★★★★★</div><blockquote>"The previews run the actual code. No surprises when I paste it into production."</blockquote><figcaption><i>SW</i><span><b>Sofia Wong</b><em>Indie Hacker</em></span></figcaption></figure> <figure class="mh-tcard"><div class="mh-r">★★★★★</div><blockquote>"Best module library we've used. The docs answer every question before I ask."</blockquote><figcaption><i>AP</i><span><b>Ari Patel</b><em>CTO, Nordica</em></span></figcaption></figure> </div> </div> </section>