12 lines
361 B
Markdown
12 lines
361 B
Markdown
### H5 · Letter Hero
|
|
First-person opening — "Dear reader,". No buttons in fold. Reads as personal correspondence.
|
|
*Use when:* the founder's voice is the brand.
|
|
*Don't confuse with:* H1 Marquee (which is impersonal declaration).
|
|
|
|
```html
|
|
<section class="hero-letter">
|
|
<p class="salutation"><em>Dear reader,</em></p>
|
|
<p class="lede">…</p>
|
|
</section>
|
|
```
|