Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
fabba295
Commit
fabba295
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #17626 from wolfika/v4-dev
Add <h3> header example to Cards docs
parents
0240136e
e305455e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/card.md
+11
-0
docs/components/card.md
with
11 additions
and
0 deletions
+11
-0
docs/components/card.md
+
11
-
0
View file @
fabba295
...
@@ -160,6 +160,17 @@ Add an optional header and/or footer within a card.
...
@@ -160,6 +160,17 @@ Add an optional header and/or footer within a card.
</div>
</div>
{% endexample %}
{% endexample %}
{% 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 %}
{% example html %}
<div
class=
"card"
>
<div
class=
"card"
>
<div
class=
"card-header"
>
<div
class=
"card-header"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets