小编Jas*_*and的帖子

Bootstrap 3.2:如何使3列包含另一个div相同高度的文本?

使用Bootstrap 3.2,我有一个网站的部分有三个div(.col-lg-3 box),其中包含不同数量的文本.我希望它们都延伸到包含div(.row)的底部.我正在使用的CSS文件的链接在这里:https://github.com/ttmjason/GazoomTravel/blob/master/css/bootstrap.css.

我在Stack Exchange上看到的这个一般性问题(容器中相同的高度div)的答案要么不使用Bootstrap,要么具有过时的语法.如果你能把我链接到一个完全反映我的SxE问题,我很乐意接受这些问题来换取答案.

 <div class="container-fluid join">
  <h2 class="text-center white-heading" id="join-ita"><strong>Join ITA</strong></h2>
  <!-- <hr class="line-black"> -->
  <div class="row">

    <div class="col-lg-3 box">
        <div>
          <h3 class="text-center blue-heading">Newcomers Begin Here</h3>
        </div>
    <p>You will immediately earn 75% of paid commission, payable to you within 2 weeks of receipt. Upon registering, you immediately receive your own <span class="emphasis-blue">GaZoom</span> personalized website, with product and software training as well as mentoring. You will have at your fingertips all …
Run Code Online (Sandbox Code Playgroud)

html css twitter-bootstrap twitter-bootstrap-3

7
推荐指数
1
解决办法
5125
查看次数