【发布时间】:2021-10-10 19:53:06
【问题描述】:
我无法使用 Tailwind CSS 类设置正确的文本位置。我希望文本在两种不同背景颜色的中间居中。
<div class="bg-white font-circularstd -mt-12 z-0">
<div class="flex flex-col">
<div class="bg-orange-bgbody2 w-720 h-800">
<h2 class="text-center text-md3 pt-139">Promoted Jobs</h2>
<p class="text-center text-md2 pt-16">
These opportunities are shown on every page of our site and shared
daily on our Twitter account.
</p>
</div>
</div>
【问题讨论】:
-
寻求代码帮助的问题必须包含重现它所需的最短代码在问题本身中最好在Stack Snippet 中。见How to create a Minimal, Reproducible Example
-
我做了一项研究,但找不到任何关于将文本定位在 2 种背景颜色中间的信息。
标签: css tailwind-css