Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!-- Main Container -->
<html>
 <body>
  <div style="max-width:600px; background:#ffffff; margin:0 auto; border-radius:12px; overflow:hidden; box-shadow:0 4px 15px rgba(0,0,0,0.08);">
   <!-- Header -->
   <div style="background:#b91c1c; color:#ffffff; text-align:center; padding:30px 25px;">
    <h2 style="margin:0; font-size:24px; font-weight:bold;">
     AAA - Car Emergency Kit
    </h2>
    <p style="margin-top:8px; font-size:16px;">
     Stay Safe on Every Drive
    </p>
   </div>
   <!-- Body -->
   <div style="padding:30px 25px; color:#7f1d1d; text-align:center;">
    <h3 style="font-size:20px; margin-bottom:16px;">
     Prepared for Any Situation
    </h3>
    <p style="font-size:15px; line-height:1.6;">
     Whether it’s a flat tire, dead battery, or sudden breakdown, the
     <strong>
      AAA Car Emergency Kit
     </strong>
     gives you the essential tools for peace of mind on the road.
    </p>
    <!-- Features -->
    <div style="background:#fee2e2; padding:20px; margin:25px 0; border-radius:8px; border:1px solid #b91c1c; text-align:left;">
     <p style="margin:0 0 10px; font-weight:600; color:#991b1b;">
      Kit Includes:
     </p>
     <ul style="margin:0; padding-left:20px; font-size:14px; color:#991b1b;">
      <li>
       Heavy-duty Jumper Cables
      </li>
      <li>
       Reflective Safety Triangle
      </li>
      <li>
       Emergency First Aid Kit
      </li>
      <li>
       High-Power Flashlight
      </li>
      <li>
       Multi-tool and More
      </li>
     </ul>
    </div>
    <!-- CTA -->
    <a style="display:inline-block; background:#b91c1c; color:#ffffff; padding:14px 34px; font-size:15px; font-weight:bold; border-radius:30px; text-decoration:none;">
     Get Your Kit Today
    </a>
    <p style="margin-top:16px; font-size:13px; color:#991b1b;">
     Limited supplies available – order now
    </p>
   </div>
   <!-- Footer -->
   <div style="background:#fee2e2; padding:18px 20px; text-align:center; font-size:12px; color:#7f1d1d;">
    <p style="margin:0;">
     Exclusive offer for AAA members.
    </p>
    <p style="margin-top:6px;">
     <a style="color:#991b1b; text-decoration:none;">
      Unsubscribe
     </a>
    </p>
   </div>
  </div>
 </body>
</html>