gpt4 book ai didi

html - 对齐两列 Twitter Bootstrap 3

转载 作者:太空宇宙 更新时间:2023-11-04 11:41:52 25 4
gpt4 key购买 nike

使用 Twitter Bootstrap 3,我有两列,一列包含图像,另一列包含文本。我试图将两者并排放置以供桌面查看,但对于较小的屏幕(手机、平板电脑),文本必须位于图像下方。我尝试了各种 float 和 positions css 但没有成功。

代码:

                        <div class="row">
<h2>History</h2>
<div class="col-md-6">
<img class="img-rounded" src="img/fldry-ban.png"/>
</div>
<div class="col-md-6">
<p> text </p>
</div>
</div>
</div>

如果有人有时间提供我应该使用的 CSS 的一些细节,我将不胜感激。 :-)

Eaxmple of layout require

最佳答案

现在您只是告诉浏览器:“嘿,如果我在中等屏幕设备上 (col-md-6) 让我们从 12 个 block 中取出 6 个用于显示!”

您还需要为移动 View 添加类:

<div class="col-md-6 col-sm-12">

所以现在,移动浏览器也知道,他应该使用完整的 12 个 block 来显示。

有关如何使用 bootstrap 的网格系统的更多信息,请查看 this .

关于html - 对齐两列 Twitter Bootstrap 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31269211/

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