gpt4 book ai didi

javascript - 将按钮与文本标题对齐 bootstrap 4 beta

转载 作者:行者123 更新时间:2023-11-28 15:18:39 24 4
gpt4 key购买 nike

谁能解释一下如何使用 bootstrap 4 beta 将 button 与文本标题对齐,我确定这 example不起作用,因为 pull-left 已更改。

我正在使用 float-left当我试图对齐它们时,但按钮不在正确的位置,所以标题应该在左边,按钮在右边,在同一行,这是我的 JSFIDDLE ,所以有人可以向我解释谁可以通过新的 bootstrap 4 beta 实现这一目标。

<div class="row justify-content-center">
<div class="col-6">
<h5><strong>BLOG TITLE GOES HERE</strong></h5>
<div class="float-right">
<button type="button" class="btn btn-outline-secondary">Read more</button>
</div>
<p class="blockquote-footer text-primary">By Branko Milosevic</p>
<p>22.08.2017</p>
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>

最佳答案

<div class="row justify-content-center">
<div class="col-6">
<div class="foo">
<h5><strong>BLOG TITLE GOES HERE</strong></h5>
<div class="float-right">
<button type="button" class="btn btn-outline-secondary">Secondary</button>
</div>
</div>
<p class="blockquote-footer text-primary">By Petar Pilipovic</p>
<p>22.08.2017</p>
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>

<style>
.foo { display: flex; justify-content: space-between; }
</style>

https://jsfiddle.net/a6frvp9d/1/

关于javascript - 将按钮与文本标题对齐 bootstrap 4 beta,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46634686/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com