-
Notifications
You must be signed in to change notification settings - Fork 2
Text
Olivier Bieler edited this page Feb 20, 2020
·
3 revisions
Utilities for controlling the font size of an element.
Added in v3.0.0
<p class="text-xs">The quick brown fox ...</p>
<p class="text-sm">The quick brown fox ...</p>
<p class="text-base">The quick brown fox ...</p>
<p class="text-lg">The quick brown fox ...</p>
<p class="text-xl">The quick brown fox ...</p>
Utilities for controlling the decoration of text.
Added in v4.1.0
<p class="underline">The quick brown fox ...</p>
<p class="line-through">The quick brown fox ...</p>
<a href="#" class="no-underline">Link with no underline</a>
Utility for preventing long strings of text breaking layout.
Added in v4.2.0
<p class="text-break">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
Home | Technical Documentation | © EPFL 2018-2024.