I would like to have the list of letters from A to Z justified over the whole width of the div with class="col-md-12". Where do I have to add text-justify? I tried almost every location to put it. Thanks Thorsten
<div class="row">
<div class="col-md-12">
A, B, C, D, E, F, ... ,Z
</div>
</div>