jeudi 23 octobre 2014

Label and paragraph on the same row, bootstrap


Vote count:

0




I usually do like this if I want to objects on the same row:



<ul class="list-inline">
<li>
<label>Name:</label>
</li>
<li>
<p>John</p>
</li>
</ul>


The other way I know is to use row and columns. Alot of code for a simple thing. Is there something built in for this?


Something like:



<div class="some-neat-bootstrap-class">
<label>Name:</label>
<p>John</p>
</div>


Can't find any in the docs.



asked 22 secs ago







Label and paragraph on the same row, bootstrap

Aucun commentaire:

Enregistrer un commentaire