diff options
| author | Mark Otto <[email protected]> | 2015-09-27 23:01:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-09-27 23:01:28 -0700 |
| commit | fabba295c32fc9aef11964ffe81fd920d4d5ee9c (patch) | |
| tree | 52d8a2e76f9a3e05841f82246cda7787694c8ebe /docs | |
| parent | 0240136e01e917f6317570bb591ef76caf24ec6d (diff) | |
| parent | e305455ef0d0f3a8560d117bd16e5aca113e6e2e (diff) | |
| download | bootstrap-fabba295c32fc9aef11964ffe81fd920d4d5ee9c.tar.xz bootstrap-fabba295c32fc9aef11964ffe81fd920d4d5ee9c.zip | |
Merge pull request #17626 from wolfika/v4-dev
Add <h3> header example to Cards docs
Diffstat (limited to 'docs')
| -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> |
