I'm struggling to place a transparent white envelope icon on a green background. I don't understand why it's not working, especially when the telephone icon worked fine.
Side Question.: Any recommendations for how to add something above the header using HTML? I designed the logo and navigation bar in the header, but trying to add phone and email info on top is causing style issues.
https://i.sstatic.net/wpRAt.jpg
I've attempted using 10 different images, but none seem to be successful.
´´´
<aside class="phone">
<a href="mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0f6c7f637a7c6c4f68626e6663216c6062">[email protected]</a>"><img src="../C&C/img/kisspng-paper-black-and-white-envelope-5a7b1ac9f163b2.4908982415180172259887.jpg" width="18" height="18"> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0f6c60617b6e6b607d4f68626e6663216c6062">[email protected]</a></a><a href="tel:+1-303-499-7111"><img src="../C&C/img/Call-Icon.png" width="18" height="18"> (303) 499-7111</a>
</aside>
<header>
<div class="containerHeader">
<div id="Branding">
<img src="./img/logo.png.png">
</div>
<nav>
<ul>
<li class="current"><a href="index.html">Home</a></li> <!––Current makes the current page have a different colour-->
<li><a href="quemsomos.html">Quem somos?</a></li>
<li><a href="services.html">Serviços</a></li>
</ul>
</nav>
</div>
</header>
´´´