gpt4 book ai didi

html - 如何确保填充也影响所有行而不仅仅是第一行?

转载 作者:行者123 更新时间:2023-11-28 16:52:27 26 4
gpt4 key购买 nike

所以我通过 Bootstrap 对一段文本应用了一些填充。但是,当该行通过 < br > 转到下一行时,该行之后的填充将不再适用。

具体针对该问题的代码如下:

            <div class="col-sm-12 d-sm-flex d-md-inline align-items-sm-center justify-content-sm-center ">
<div class="py-md-20 mx-md-10">
<span class="py-sm-40 px-sm-20 px-md-70">
Before any Service or Repair we will carry out a full check of the bike to ensure the bike is safe and you <br> are getting the service that best suits you and your bike.
</span>

<span>
<button class="b-button__outline text-bg-info"> Book Assessment </button>
</span>

</div>
</div>

请注意,需要外部样式表才能准确查看正在发生的事情。因此,https://codepen.io/nisofwareengineer/pen/ExxyoVR应该可以帮助您更详细地了解问题。

文本“正在获得最适合您和您的自行车的服务”。 '' 似乎没有任何填充。

我的目标是让它看起来像这样: enter image description here

我做错了什么?

最佳答案

尝试

span {
display: block;
}

span {
display: inline-block;
}

关于html - 如何确保填充也影响所有行而不仅仅是第一行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58415362/

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