首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >引导垂直对齐属性不起作用

引导垂直对齐属性不起作用
EN

Stack Overflow用户
提问于 2018-06-02 20:48:02
回答 1查看 1.3K关注 0票数 1

Bootstrap文档中的一个非常基本的问题。到目前为止,除了这个垂直对齐之外,一切似乎都正常工作。在下图中,您可以看到How it should beHow it appears in my browser

代码语言:javascript
复制
   <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>
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50657084

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档