Stubborn text will not move to the top of the div.. no matter what i do? Please help
<div class="totals" style="display:flex; align-content: flex-start; justify-content: space-between; width:100%; background-color:green;">
<p style="color:#0e487f; background-color:red;">£1,000</p>
<p style="color:#0e487f;">£50,000</p>
</div>
Thanks