I have the following html:
<div class="image-overlay" style="margin:0">
<img src="images/AboutMeBG.png" alt="About Me Image" style="width:100%;">
<div class="image-overlay-text">
<h2 class="stroke-text">My Projects</h2>
<p class="stroke-text"><em>More Coming Soon...</em></p>
</div>
</div>
That has an annoying little bar under it, I am not entirely sure how to remove it, nothing I have tried has worked so far.
I tried editing the styles.css, I tried adding a margin, I was expeting this to be an easy fix but I am not sure ♂️