E
E
Eastar2016-12-15 00:02:31
HTML
Eastar, 2016-12-15 00:02:31

Is it possible to do this in Bootstrap?

Is it possible to do so? Grid 12 columns.

<div class="row">
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
</div>

Or does it have to be just like that?
<div class="row">
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
</div>
<div class="row">
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
    <div class="col-md-4 col-sm-12"></div>
</div>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Serj-One, 2016-12-15
@East_Star

If the blocks are the same height, there is no point in an additional wrapper. If the height is different, the mesh on the floats will float, so you have to wrap it.

I
Ivan Kolesnik, 2016-12-15
@dart_kinselok

not only possible, but also necessary, in some situations. True, I don’t see much sense - what is it, what is it - the result will be the same.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question