Answer the question
In order to leave comments, you need to log in
How to push a block to the bottom of bootstrap4 flex?
there is, let's say, such a layout
<div class="container">
<div class="row">
<div class="col-4 align-items-stretch">
<div class="product">
Test
suifyuwiygfuisygusdifyg
weiurwoeurwoeur
ewoiruwoeurioweruowei
weioruweoruoweiru
<div> Down </div>
</div>
</div>
<div class="col-4">
<div class="product">
Test
</div>
<div> Down </div>
</div>
<div class="col-4">
<div class="product">
Test
</div>
<div> Down </div>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
For example so. Docks . And a little about flex
<div class="container">
<div class="row">
<div class="col-4 d-flex flex-column">
<div class="flex-grow-1">
Test
suifyuwiygfuisygusdifyg
weiurwoeurwoeur
ewoiruwoeurioweruowei
weioruweoruoweiru
<div> Down </div>
</div>
</div>
<div class="col-4 d-flex flex-column">
<div class="flex-grow-1">
Test
</div>
<div> Down </div>
</div>
<div class="col-4 d-flex flex-column">
<div class="flex-grow-1">
Test
</div>
<div>Down</div>
</div>
</div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question