Files
training/.codex/skills/hallmark/references/components/t3-single-huge-quote.md

12 lines
490 B
Markdown
Raw Normal View History

2026-07-28 17:12:27 +08:00
### T3 · Single huge quote
One quote, set big, centered, taking a whole section. No supporting text, no attribution boxes — attribution is a small caps line beneath.
*Use when:* one quote is so good it earns the room.
*Don't confuse with:* T1 Margin pull-quote (which is the *side* mate, not the *room*).
```html
<section class="proof-room">
<blockquote class="display-italic">"…"</blockquote>
<p class="attribution"><span class="caps">— Name, Company</span></p>
</section>
```