Created
September 23, 2025 03:51
-
-
Save andirkh/89f8c9faf75153f17d45dcc3d8d4353c to your computer and use it in GitHub Desktop.
coupon email html
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
| <table width="300" border="0" cellspacing="0" cellpadding="0" align="center" style="white-space: normal !important;"> | |
| <tr> | |
| <td style="background-color: #fff9ca; border-radius: 20px; padding: 15px 0"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0" style="white-space: normal !important;"> | |
| <tr> | |
| <td | |
| width="20" | |
| style="background-color: #fff9ca; vertical-align: center" | |
| > | |
| <div | |
| style=" | |
| width: 20px; | |
| height: 30px; | |
| background-color: #ffffff; | |
| border-radius: 50%; | |
| " | |
| ></div> | |
| </td> | |
| <td | |
| style=" | |
| background-color: #fff9ca; | |
| border-radius: 15px; | |
| text-align: center; | |
| padding: 10px 0; | |
| " | |
| > | |
| <span | |
| style=" | |
| font-family: Arial, sans-serif; | |
| font-size: 16px; | |
| color: #000; | |
| font-weight: bold; | |
| color: red; | |
| " | |
| > | |
| TEXT-XOXO-6699 | |
| </span> | |
| </td> | |
| <td | |
| width="20" | |
| style="background-color: #fff9ca; vertical-align: center" | |
| > | |
| <div | |
| style=" | |
| width: 20px; | |
| height: 30px; | |
| background-color: #ffffff; | |
| border-radius: 50%; | |
| " | |
| ></div> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment