Answers for "Which of the following is bootstrap’s global default font-size ?"

4

bootstrap 5 font size class

<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

Code answers related to "Which of the following is bootstrap’s global default font-size ?"

Browse Popular Code Answers by Language