W
W
WebforSelf2019-12-26 12:37:09
css
WebforSelf, 2019-12-26 12:37:09

How to implement such a grid of blocks on bootstrap 4?

Friends how to implement such a grid on bootstrap 4? it turns out the grid was made of 4 blocks

<div class="row">
<col-md-3></div>
<col-md-3></div>
<col-md-3></div>
<col-md-3></div>
</div>

The first top boxes can be moved with negative margins margin-top: -50px ; for example
But under them, the blocks of the second row still become in one row exactly, because flex elements. So which is the better option?
Do all blocks with negative margins? Or is there a more efficient one?
5e047f903d7e0036841050.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Andreichenko, 2019-12-26
@MB116

https://mdbootstrap.com/docs/jquery/layout/bootstr...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question