Why does text with a larger font-size show up lower than other text and how to stop it? I have been experiencing this problem for a long time but I manage to find a workaround always, like lowering the other text.
However, this time I absolutely need it to stay upwards. How can I make the text appear higher up on the screen?
<div style = 'display:flex; justify-content:space-between;'>
<p style = 'font-size:60px;'>Lorem ipsum</p>
<p style = 'font-size:30px;'>Lorem ipsum</p>
</div>