mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-22 10:21:51 +00:00
Add code example to display typography
This commit is contained in:
parent
1efb07dad9
commit
56eefe2ab4
1 changed files with 7 additions and 0 deletions
|
|
@ -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`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue