我需要使文本居中。我使用了 text-align center 但下一行居中。我需要它与顶部的线对齐。
<div class="box">
<div class="text">Some text.Some text.Some text.Some text.Some text.Some text.Some text.
Some text.Some text.Some text.Some text.Some text.</div>
</div>
如何使文本块居中而不使下一行相对于顶行居中?