Answers for "bootsrap text bold class"

27

text-bold bootstrap

<p class="font-weight-bold">Bold text.</p>
Posted by: Guest on February-20-2021
6

bootstrap 5 text bold

<p class="fw-bold">Bold text.</p>
<p class="fw-bolder">Bolder weight text (relative to the parent element).</p>
<p class="fw-normal">Normal weight text.</p>
<p class="fw-light">Light weight text.</p>
<p class="fw-lighter">Lighter weight text (relative to the parent element).</p>
<p class="fst-italic">Italic text.</p>
<p class="fst-normal">Text with normal font style</p>
Posted by: Guest on January-11-2022

Browse Popular Code Answers by Language