My company name is aligned to the left and my email to the right, with the email section styled as follows:
<div style="color: white; float: right; padding-right: 10px; text-align:right">
<p style="font-size: 16px;">E-mail</p>
<p style="font-size: 20px; text-decoration: none;"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="563833212224333832263e392239312437263e2f646516313b373f3a7835393b">[email protected]</a></p>
</div>
Since I'm unable to add images, describing this may be challenging. There appears to be a vertical gap (the height of the company name) between the word "Email" and the actual email address.
Below is the relevant HTML code snippet:
<div style="margin: 0 auto; overflow: auto;">
<div style="background: #000; height: 80px; width: 100%; overflow: hidden;">
<h1 style="font-family: Snell Roundhand, cursive; padding-left: 10px; color: white; float: left;">New Trend Photography</h1>
<div style="color: white; float: right; padding-right: 10px; text-align:right">
<p style="font-size: 16px;">E-mail</p>
<p style="font-size: 20px; text-decoration: none;"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="610f04161513040f0511090e150e061300110918535221060c00080d4f020e0c">[email protected]</a></p>
</div>
</div>
</div>