gpt4 book ai didi

html - Bootstrap 中的全宽容器文本框

转载 作者:搜寻专家 更新时间:2023-10-31 22:17:33 26 4
gpt4 key购买 nike

如何让我的代码使用设备的全宽?我正在使用 Bootstrap 。

    <section class="special-area bg-white section_padding_100" id="about">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Section Heading Area -->
<div class="section-heading text-center">
<h2>Why Is It Special</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
<div class="row">
<!-- Single Special Area -->
<div class="col-12 col-md-4">
<div class="single-special text-center wow fadeInUp" data-wow-delay="0.2s">
<div class="single-icon">
<i class="ti-mobile" aria-hidden="true"></i>
</div>
<h4>Heading</h4>
<p>Some text here</p>
</div>
</div>
</div>
</section>

最佳答案

你必须使用

class="container-fluid"

而不是容器类,因为容器类本身有左右填充...

关于html - Bootstrap 中的全宽容器文本框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52077671/

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