diff options
| author | James Kyle <[email protected]> | 2015-08-19 15:10:44 -0700 |
|---|---|---|
| committer | James Kyle <[email protected]> | 2015-08-19 15:16:13 -0700 |
| commit | 56eefe2ab4d22b270c41f9bcb4fd7a092067fbe0 (patch) | |
| tree | 63eb52f5a8d1cb3d29f6c0265d114604b1b8590d /docs/content/typography.md | |
| parent | 1efb07dad93ca62d17bcee82dfdad86ea3d420dc (diff) | |
| download | bootstrap-56eefe2ab4d22b270c41f9bcb4fd7a092067fbe0.tar.xz bootstrap-56eefe2ab4d22b270c41f9bcb4fd7a092067fbe0.zip | |
Add code example to display typography
Diffstat (limited to 'docs/content/typography.md')
| -rw-r--r-- | docs/content/typography.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index 69ead9b83..f84a44c4d 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -100,6 +100,13 @@ Traditional heading elements are designed to work best in the meat of your page </table> </div> +{% highlight html %} +<h1 class="display-4">Display 4</h1> +<h1 class="display-3">Display 3</h1> +<h1 class="display-2">Display 2</h1> +<h1 class="display-1">Display 1</h1> +{% endhighlight %} + ## Lead Make a paragraph stand out by adding `.lead`. |
