Last active
August 29, 2022 10:58
-
-
Save danielcharrua/27c236a6fdf93c2652b32a9cb667eee9 to your computer and use it in GitHub Desktop.
Active Campaign blank email template
This file contains hidden or 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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" lang="es" /> | |
| <style type="text/css" media="screen"> | |
| body { | |
| margin: 0; | |
| padding: 0; | |
| background-color: #ffffff; | |
| font-family: Helvetica, Arial, sans-serif; | |
| font-weight: normal; | |
| color: #1a1a1a; | |
| max-width: 600px; | |
| } | |
| @media screen and (min-width: 600px) { | |
| body { | |
| margin-left: 30px !important; | |
| } | |
| } | |
| li { | |
| font-size: 16px; | |
| padding-bottom: 12px; | |
| line-height: 150%; | |
| } | |
| a { | |
| color: #4CA0F2; | |
| } | |
| p { | |
| margin-bottom: 24px; | |
| font-size: 16px; | |
| line-height: 150%; | |
| } | |
| h2 { | |
| margin-top: 36px; | |
| margin-bottom: 9px; | |
| font-size: 18px; | |
| line-height: 150%; | |
| } | |
| .footer { | |
| padding-top: 50px; | |
| } | |
| .footer p { | |
| font-size: 12px; | |
| margin-bottom: 0px; | |
| line-height: 150%; | |
| } | |
| hr { | |
| border-top: .1px solid #1a1a1a; | |
| margin-bottom: 24px; | |
| width: 10%; | |
| margin-left: 0; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <multiline label="contenido">Content</multiline> | |
| <div class="footer"> | |
| <hr /> | |
| Si quieres dejar de recibir estos emails, <unsubscribe>clic aquí</unsubscribe>.</p> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment