I want to get the text in middle specially in <div>
element. Could you help me please?
<div>
<p>Some Text</p>
</div>
div {
display: flex;
height: 50px; /* whatever height it needs to be */
}
p {
margin: auto;
}
Thank you dear, God bless.
1 Like