Created
May 13, 2021 23:15
-
-
Save wolz-CODElife/9e496f12af5a5a4faf7ef40e5a585d1b to your computer and use it in GitHub Desktop.
Mailing template in HTML and Inline CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table width="100%" style="min-height: 100vh;" border="0" cellpadding="0" cellspacing="0" align="center"> | |
<tbody> | |
<tr> | |
<td width="90%" valign="top" bgcolor="#f8f8f8" style="font-family:Arial,Lucida Grande,Sans-serif;text-decoration:none;font-size:14px;padding:8% 5%"> | |
<div style="max-width:600px;margin-left:auto;margin-right:auto;border:1px solid #dcdcdc; border-top:8px solid #2457BE;background-color:white;"> | |
<div style="display:block;width:calc(90% - 2px);padding:5%;color:#707070"> | |
<div style="text-align:center"> | |
<div style="border: none; border-bottom: 5px solid #2457BE;max-width:120px;max-height:120px;margin-top:20px;margin-right:auto;margin-left:auto;display:block;padding:20px;"> | |
<img src="https://i.postimg.cc/mkwxDdZw/omo.png" style="max-width:120px;max-height:120px;" class="CToWUd a6T" tabindex="0"> | |
</div> | |
</div> | |
</div> | |
<div style="display:block;width:calc(90% - 2px);padding:4% 5%;color:#707070"> | |
<div style="display:block"> | |
<p>Hi, {Client Name}</p> | |
<p> | |
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dicta reprehenderit est minus earum deleniti placeat velit perferendis esse ipsam rerum provident, obcaecati quos id molestiae laboriosam vel sit fugiat quasi. | |
</p> | |
<p style="font-size:16px;line-height:1.7"> | |
Thanks, | |
<br> | |
<b>The Development Team</b> | |
<br> | |
</p> | |
</div> | |
</div> | |
<div style="margin-top: 100px;"> | |
<hr style="border: #CCCCCC 0.5px solid"> | |
</div> | |
<div style="margin: auto; margin-bottom: 100px; width: 80%; padding: 15px; text-align:center;"> | |
<p style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">© Company Name. | |
Lagos, Nigeria. [RC: 3111656]</p> | |
<p>All rights reserved</p> | |
<a href="https://company.com" target="_blank" style="color: #2457Be;">www.company.com</a> | |
<p>You received this message because you applied for a job offer at Company</p> | |
<br> | |
<a href="#" target="_blank" style="color: #2457Be;">Unsubscribe from our mails.</a> | |
</div> | |
</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment