Answers for "smaller text in mobile bootstrap"

4

bootstrap text sizing

<p class="fs-1">.fs-1 text</p>
<p class="fs-2">.fs-2 text</p>
<p class="fs-3">.fs-3 text</p>
<p class="fs-4">.fs-4 text</p>
<p class="fs-5">.fs-5 text</p>
<p class="fs-6">.fs-6 text</p>
Posted by: Guest on August-02-2021
1

bootstrap large text clip

<!-- use bootstrep "text-truncate" class -->

<span class="d-inline-block text-truncate" style="max-width: 150px;">
  Praeterea iter est quasdam res quas ex communi.
</span>
Posted by: Guest on July-29-2021

Browse Popular Code Answers by Language