12 lines
490 B
Markdown
12 lines
490 B
Markdown
|
|
### 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>
|
||
|
|
```
|