]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add code example to display typography 17080/head
authorJames Kyle <me@thejameskyle.com>
Wed, 19 Aug 2015 22:10:44 +0000 (15:10 -0700)
committerJames Kyle <me@thejameskyle.com>
Wed, 19 Aug 2015 22:16:13 +0000 (15:16 -0700)
docs/content/typography.md

index 69ead9b83e0dae6b9d57d5b6a3333f9e10a9196c..f84a44c4d18ce64768c60555c4d6d1783205211d 100644 (file)
@@ -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`.