Hello I am using Bootstrap in Laravel to develop My web. I need to justify My paragraph. but in my bootstrap it is not supporting. how can I do it?
This is My bootstrap format:
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="panel panel-default">
<div class="panel-heading" ><b>BOARD OF DIRECTORS</b>
this is My text area
</div>
</div>
</div>
</div>
</div>
There is one class in bootstrap call "text-justify" using that you can achieve text justify in bootstrap.
for more details you can see below link
http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_ref_text-left&stacked=h