gpt4 book ai didi

html - 如何对齐基础中的列

转载 作者:太空狗 更新时间:2023-10-29 14:44:01 25 4
gpt4 key购买 nike

我终于开始使用粉底了,它很棒。所以我只是在测试一个例子,我注意到如果只有两列连续,它看起来像这样:

enter image description here

我本以为“Box B”会在“Box A”旁边。如何将其左对齐?我没有读太多文档(我应该这样做),但我想我会问。

如果你需要代码(代码在你下载foundation时给出):

<div class="row">
<div class="large-4 columns">
<div class="panel">
<p>BOX A</p>
</div>
</div>
<div class="large-4 columns">
<div class="panel">
<p>BOX B</p>
</div>
</div>

</div>

谢谢,

尼克

最佳答案

您可以将 .end 类添加到 B 列以使其向左对齐。

<div class="large-4 columns end">
<div class="panel">
<p>BOX B</p>
</div>
</div>

来源:http://scotch.io/tutorials/css/understanding-zurb-foundation-5s-grid-system

关于html - 如何对齐基础中的列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19464473/

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