diff options
| author | wolfika <[email protected]> | 2015-09-16 21:28:04 +0200 |
|---|---|---|
| committer | wolfika <[email protected]> | 2015-09-16 21:28:04 +0200 |
| commit | e305455ef0d0f3a8560d117bd16e5aca113e6e2e (patch) | |
| tree | f855bc3adcf1f809bb38d670436b3a1106bbe2a0 /docs/components | |
| parent | 62199b96dc8f2b56ca46df2762e328442ce29157 (diff) | |
| download | bootstrap-e305455ef0d0f3a8560d117bd16e5aca113e6e2e.tar.xz bootstrap-e305455ef0d0f3a8560d117bd16e5aca113e6e2e.zip | |
Add <h3> header example to Cards docs
resolves #17609
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/card.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index 516367e65..13f80a736 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -162,6 +162,17 @@ Add an optional header and/or footer within a card. {% example html %} <div class="card"> + <h3 class="card-header">Featured</h3> + <div class="card-block"> + <h4 class="card-title">Special title treatment</h4> + <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> + <a href="#" class="btn btn-primary">Go somewhere</a> + </div> +</div> +{% endexample %} + +{% example html %} +<div class="card"> <div class="card-header"> Quote </div> |
