Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2015-09-28 09:01:28 +0300
committerMark Otto <markd.otto@gmail.com>2015-09-28 09:01:28 +0300
commitfabba295c32fc9aef11964ffe81fd920d4d5ee9c (patch)
tree52d8a2e76f9a3e05841f82246cda7787694c8ebe
parent0240136e01e917f6317570bb591ef76caf24ec6d (diff)
parente305455ef0d0f3a8560d117bd16e5aca113e6e2e (diff)
Merge pull request #17626 from wolfika/v4-dev
Add <h3> header example to Cards docs
-rw-r--r--docs/components/card.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/components/card.md b/docs/components/card.md
index 516367e658..13f80a736b 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>