diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-20 00:30:51 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-20 00:30:51 +0200 |
| commit | c0fe7400e50123fd18c830bbd651d993979a39eb (patch) | |
| tree | a5da1d7db057765931e848ecc897e583c57668ea | |
| parent | 43a6765fbe616413c7b73adc2ec63257f5048846 (diff) | |
| parent | 56eefe2ab4d22b270c41f9bcb4fd7a092067fbe0 (diff) | |
| download | bootstrap-c0fe7400e50123fd18c830bbd651d993979a39eb.tar.xz bootstrap-c0fe7400e50123fd18c830bbd651d993979a39eb.zip | |
Merge pull request #17080 from thejameskyle/tjk/1
v4 - Add display typography code example
| -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`. |
