我所做的是用“p”标签将“div”中的文本包裹起来。然后我尝试了这6 种方法 ,当它在块元素中时如何垂直对齐 div 中的文本(如“p”标签)。
我已经尝试了其中一些 - 您可以选择最适合您需求的一种。您可能需要一些 CSS 调整(稍微更改样式),但这里重要的是如何使这些东西正常工作的想法。
这就是我所做的:
<div style="margin-top: -499px;" class="content"><p style="
position: absolute;
top: 100px;
left: 0;
right: 0;
bottom: 0;
width: 60%;
height: 30%;
margin: auto;
margin-top: 20%;
">Brooklyn’s synth group Papertwin (Max Decker, Francis Cardinale, Nick Shopa, Justin Micheal Miller) was founded in 2009. Its debut EP “Porcelain,” released in 2011, offers a dark, reverent vision of new wave, embracing its high energy while drifting into a territory of dreams and half-light. The quartet is set to release its second EP, “Peru,” this spring.</p></div>
注意应用于“p”元素的css。