テキストを中央に配置する必要があります。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>
次の行が一番上の行に対して中央に配置されずに、テキストのブロックを中央に配置するにはどうすればよいですか?