Thursday, 15 May 2014

css - How do you center form controls with Bootstrap? -



css - How do you center form controls with Bootstrap? -

i can't figure out how center form controls in bootstrap. seek wrapping in .center div centers things , screws others.

.center { text-align: center; }

you can utilize text-center class

<p class="text-center">center aligned text.</p>

other text alignment classes are

<p class="text-left">left aligned text.</p> <p class="text-center">center aligned text.</p> <p class="text-right">right aligned text.</p> <p class="text-justify">justified text.</p> <p class="text-nowrap">no wrap text.</p>

for detailed info please visit http://getbootstrap.com/css/

css twitter-bootstrap

No comments:

Post a Comment