此问题在此处已有答案:
Remove equal height in Bootstrap 4 row columns(2个答案)
两年前就关门了。
我正在使用Bootstrap,并希望在一行中对齐3个div,所以我使用了Bootstrap中的类“row”。我知道该行具有display:flex,它使高度自动相同。
我希望高度不是一样的。有没有其他方法可以在没有Flex的情况下对齐div?
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<div class="row justify-content-center">
<div class="bg-primary col-md-2 ml-3 mr-3 text-center" >
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
</div>
<div class="bg-danger col-md-2 ml-3 mr-3 text-center" >
<p>This is a paragraph.</p>
</div>
<div class="bg-warning col-md-2 ml-3 mr-3 text-center" >
<p>This is a paragraph.</p>
</div>
</div>
1条答案
按热度按时间dphi5xsq1#
您可能是
align-items-start
类,请参见https://getbootstrap.com/docs/4.5/utilities/flex/#align-items