A
A
axblue2015-10-22 19:51:30
css
axblue, 2015-10-22 19:51:30

How to properly implement such a structure on bootstrap?

Hello. The question is. How to do it correctly on bootstrap (as in the picture) Make two columns and write all labels in one column and write input in the other column? And make the first column border from the left?4cff6ea1f53d4643a66a73c756926ba3.jpg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivanq, 2015-10-22
@Ivanq

Yes, you can. Only border-left is not the first, but the second!

S
ShamblerR, 2015-10-26
@ShamblerR

<dl class="dl-horizontal">
  <dt>...</dt>
  <dd>...</dd>
</dl>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question