我所做的就是用「p」標記環繞「div」中的文字。然後,我嘗試了一些這些6 methods如何在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。
歡迎!請發佈您認爲問題正在發生的具體代碼,以及控制檯/ etc中可能出現的任何錯誤。 –