我正在尝试居中文本(水平和垂直),我在这方面有一点困难。
这就是我尝试过的,但它只是水平居中,而不是垂直居中。
如何将此文本置于中心位置?
<div class="playerDetailsPage">
<p>
<h4>The text will be in the center</h4>
</p>
</div>
css
.playerDetailsPage {
background-color
这是:代码:
` <div class="container">
<h1>Vertical center with only 3 lines of code</h1>
<section class="text">
<p>I'm vertically aligned! Hi ho Silver, away!</p>
</section>
</div>`
但是,如果我试图