添加 hallmark 技能

This commit is contained in:
马宝龙
2026-07-28 17:12:27 +08:00
parent 984d0320a7
commit 76b5a96237
106 changed files with 9591 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
### S5 · Bottom-anchored
The label or heading sits *below* the section's content. Inverts hierarchy.
*Use when:* the content is the primary act and the label is a footer to it.
*Don't confuse with:* S1 Left-margin (which leads with the label).
```html
<section>
<div class="content"></div>
<p class="num-label">— end of 02</p>
</section>
```
---