如何使用引导程序自动将框中的文本带到中心? [复制]
Posted
技术标签:
【中文标题】如何使用引导程序自动将框中的文本带到中心? [复制]【英文标题】:How can I automatically bring the text in the box to the center with bootstrap? [duplicate] 【发布时间】:2021-08-15 05:34:35 【问题描述】:我需要在中心显示文本的框。我尝试了 px 类,但它不起作用。它靠近但不完全是中心。我可以在这个主题中使用哪个引导类? enter image description here
【问题讨论】:
考虑编辑您的问题以包含您创建的适用 html 文本。 请阅读***.com/help/how-to-ask 【参考方案1】:在引导程序中居中的最简单方法之一是使用flex:
<div class="d-flex align-content-center align-items-center">
<span>Your Text</span>
</div>
【讨论】:
以上是关于如何使用引导程序自动将框中的文本带到中心? [复制]的主要内容,如果未能解决你的问题,请参考以下文章