Files
training/.codex/skills/hallmark/references/components/ft2-inline-rule-single-line.md
2026-07-28 19:31:07 +08:00

11 lines
362 B
Markdown

### Ft2 · Inline-rule single line
A single horizontal line of credits, address, copyright. Hairline rule above. No columns.
*Use when:* the page is editorial and the footer is afterthought.
*Don't confuse with:* Ft4 Dense typographic (which packs more in).
```html
<footer class="foot-line">
<p>© 2026 · 137 Marlow Street · MIT licensed</p>
</footer>
```