Commit 56eefe2a authored by James Kyle's avatar James Kyle
Browse files

Add code example to display typography

parent 1efb07da
Showing with 7 additions and 0 deletions
+7 -0
...@@ -100,6 +100,13 @@ Traditional heading elements are designed to work best in the meat of your page ...@@ -100,6 +100,13 @@ Traditional heading elements are designed to work best in the meat of your page
</table> </table>
</div> </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 ## Lead
Make a paragraph stand out by adding `.lead`. Make a paragraph stand out by adding `.lead`.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment