Answers for "bootstrap 4 class for text align center"

9

centre text bootstrap

<div class = "text-center">

	<p> hello world</p>


</div>
Posted by: Guest on March-23-2021
8

font weight bootstrap class

<p class="font-weight-bold">Bold text.</p>
<p class="font-weight-normal">Normal weight text.</p>
<p class="font-weight-light">Light weight text.</p>
<p class="font-italic">Italic text.</p>
Posted by: Guest on July-29-2020
2

bootstrap text center in div

<!-- recommended method -->
<div class="col-xs-1 text-center">
Posted by: Guest on November-19-2020

Code answers related to "bootstrap 4 class for text align center"

Browse Popular Code Answers by Language