T
T
tgarl2021-06-07 18:23:16
HTML
tgarl, 2021-06-07 18:23:16

How to make bootstrap columns with union like in tables?

I can’t figure out how to make the layout on bootstrap4 in the form of a 2 * 2 table, but the right side must be merged. like on a picture

60be39c385ebf290564340.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tgarl, 2021-06-07
@tgarl

More and more often I brake.
here is the solution

<div class="row">
          <div class="col-12 col-md-6">1</div>
          <div class="col-12 col-md-6">2</div>
          <div class="col-12 col-md-6 order-md-1 order-2">3</div>
          <div class="col-12 col-md-6 order-md-2 order-1">4</div>
        </div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question