Files
training/.codex/skills/hallmark/references/components/h3-quote-led.md
2026-07-28 19:31:07 +08:00

12 lines
420 B
Markdown

### H3 · Quote-Led
A pull-quote with attribution is the hero. Your headline is borrowed credibility.
*Use when:* you have a real testimonial that earns the front page.
*Don't confuse with:* T3 Single huge quote (which lives mid-page, not in the hero slot).
```html
<section class="hero-quote">
<blockquote class="display-italic">"…"</blockquote>
<p class="attribution">— Name, Role, Company</p>
</section>
```