Become a backer or sponsor to support our work.
Make a paragraph stand out by the bs/lead
shortcode.
1{{% bs/lead %}}
2PARAGRAPH
3{{% /bs/lead %}}
class
Position | Name | Type | Default | Required |
---|---|---|---|---|
#0 | class | string | - | - |
Used to add extra CSS classes.
This is a regular paragraph for comparison with lead paragraphs.
1{{% bs/lead %}}
2This is a lead paragraph. It stands out from regular paragraphs.
3{{% /bs/lead %}}
This is a lead paragraph. It stands out from regular paragraphs.
1{{% bootstrap/lead %}}
2This is another lead paragraph. It stands out from regular paragraphs.
3{{% /bootstrap/lead %}}
This is another lead paragraph. It stands out from regular paragraphs.
1{{% bs/lead class="text-primary" %}}
2This is another lead paragraph with extra classes.
3{{% /bs/lead %}}
This is another lead paragraph with extra classes.