使段落脱颖而出的短代码。
成为我们的资助者或赞助商,以支持我们的工作。
1{{% bs/lead %}}
2PARAGRAPH
3{{% /bs/lead %}}
class
索引 | 名称 | 类型 | 必填 | 默认值 | 版本 | 示例 |
---|---|---|---|---|---|---|
#0 | class | string | - | - | - | - |
额外 CSS 类名。
1This is a regular paragraph for comparison with lead paragraphs.
2
3{{% bs/lead %}}
4This is a lead paragraph. It stands out from regular paragraphs.
5{{% /bs/lead %}}
6
7{{% bootstrap/lead %}}
8This is another lead paragraph. It stands out from regular paragraphs.
9{{% /bootstrap/lead %}}
10
11{{% bs/lead class="text-primary" %}}
12This is another lead paragraph with extra classes.
13{{% /bs/lead %}}
This is a lead paragraph. It stands out from regular paragraphs.
This is another lead paragraph. It stands out from regular paragraphs.
This is another lead paragraph with extra classes.