I'm having trouble aligning the second border frame below the telephone image in a similar way to Gmail. I've tried multiple approaches but can't seem to get it right. Any assistance would be greatly appreciated :)
.b1 {
border: 1px solid rgba(255, 0, 0, 0.464);
height: 280px;
width: 224px;
margin-left: 18%;
margin-right: 2%;
margin-top: 1.2%;
float: left;
}
.nav {
background-color: crimson;
height: 60px;
display: flex;
}
<div class="nav">
<a href="movie.html"> <img style=" margin-left: 10px; margin-top: 12px; float: left; " src="images/back.png" width="30px" height="30px">
</a>
<h1 style="margin-left: 20px; margin-top: 5px; font-family:Verdana; color: white; ">CineScape</h1>
</div>
<img style="height: 60px; width: 60px; margin-left: 24%; margin-top: 12%; display: inline;" src="images/gmail.png">
<img style="height: 60px; width: 60px; margin-left: 20%; margin-top: 12%; display: inline;" src="images/telephone.png">
<img style="height: 60px; width: 60px; margin-left: 20%; margin-top: 12%; display: inline; " src="images/linkedin.png">
<br>
<div class="b1">
<p style="color: white;padding-left: 9px;padding-top: 4%; font-family: Verdana ;"><b> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b7d4ded9d2c4d4d6c7d2f7d0dad6dedb99d4d8da">[email protected]</a> </b>
</p>
</div>
<div class="b1">
<p style="color: white;padding-left: 9px;padding-top: 4%; font-family: Verdana ;"><b>042-8382999
</b>
</p>
</div>
Despite trying various adjustments with the provided code, aligning it like the first border still eludes me.