【问题标题】:Bootstrap grid button spacingBootstrap 网格按钮间距
【发布时间】:2022-11-24 15:14:56
【问题描述】:

我需要在我的页面上安排一个按钮,使其位于特定大小的文本容器下,我需要使用引导网格系统来实现这一点。我不熟悉引导程序,在这件事上我需要一些帮助。

This is how it should look

【问题讨论】:

    标签: css bootstrap-4 frontend bootstrap-5


    【解决方案1】:

    您可以使用卡片组件

    参考:https://getbootstrap.com/docs/5.1/components/card/

      <div class="card-body">
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Button</a>
      </div>
    </div>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-01-31
      • 2012-11-26
      • 2019-05-09
      • 2018-08-01
      • 2019-04-16
      • 1970-01-01
      • 1970-01-01
      • 2016-05-11
      相关资源
      最近更新 更多