My issue involves a div that holds text. Whenever it reaches a new line, it covers up the text above it. I've tried using a font called pageant, but even with a default HTML font, the problem persists.
Below is the code for the DIV:
<div id="scoresDiv" class="scoresDiv" style="text-align:center;width:400px;height:inherit;overflow:hidden;background-color:transparent;color:white;">
<div style="margin-top:200px;font-size:90px;font-family:pageant;background-color:transparent;display: inline-block;">Hello Stackoverflow</div></div>
Attached is an image illustrating the issue.
I look forward to your response. Thank you!