【发布时间】:2018-11-12 09:38:56
【问题描述】:
Bootstrap 文档中的一个非常基本的问题。到目前为止,一切似乎都奏效了,除了这个垂直对齐。在下图中您可以看到How it should be 和How it appears in my browser。
<div class="container">
<div class="row">
<div class="col align-self-start">
One of three columns
</div>
<div class="col align-self-center">
One of three columns
</div>
<div class="col align-self-end">
One of three columns
</div>
</div>
</div>
【问题讨论】:
标签: twitter-bootstrap bootstrap-4 vertical-alignment