diff options
| author | Mark Otto <[email protected]> | 2017-03-18 16:49:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-18 16:49:55 -0700 |
| commit | 5f3473258e5e9f3d2d9da165312e8374c55250e6 (patch) | |
| tree | 28331e53c789ac61e2ba438ee3bc25670b1c6183 /docs | |
| parent | ab77282004a6534ed050d78b9699c84068de547a (diff) | |
| download | bootstrap-5f3473258e5e9f3d2d9da165312e8374c55250e6.tar.xz bootstrap-5f3473258e5e9f3d2d9da165312e8374c55250e6.zip | |
add header and footer to example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/card.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index b45d13463..dc8a921b8 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -376,11 +376,13 @@ You can also use `.card-inverse` with the [contextual backgrounds variants](#bac {% example html %} <div class="card card-inverse" style="background-color: #333; border-color: #333;"> + <div class="card-header">Header</div> <div class="card-block"> <h3 class="card-title">Special title treatment</h3> <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 class="card-footer">Footer</div> </div> {% endexample %} |
