11 lines
362 B
Markdown
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>
|
|
```
|