Pricing Table

Preview
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--$-->

<html dir="ltr" lang="en">

  <head>

    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />

    <meta name="x-apple-disable-message-reformatting" />

  </head>

  <body style="background-color:rgb(255,255,255);margin-top:auto;margin-bottom:auto;margin-left:auto;margin-right:auto;font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, &quot;Noto Sans&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;">

<!-- Pricing Table -->
<table align="center" width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation" style="max-width:550px;margin:40px auto">
    <tr>
        <td style="padding:24px;background:#fff;border:1px solid #dee2e6;border-radius:8px">
            <table width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation">
                <tr>
                    <td style="padding:16px;text-align:center;border-right:1px solid #dee2e6">
                        <h3 style="font-size:24px;margin:0 0 8px 0">Basic</h3>
                        <p style="font-size:36px;font-weight:bold;margin:0 0 16px 0">$9.99</p>
                        <p style="font-size:14px;color:#666;margin:0 0 24px 0">per month</p>
                        <ul style="list-style:none;padding:0;margin:0 0 24px 0;text-align:left">
                            <li style="font-size:14px;margin-bottom:8px">✓ Feature 1</li>
                            <li style="font-size:14px;margin-bottom:8px">✓ Feature 2</li>
                            <li style="font-size:14px">✓ Feature 3</li>
                        </ul>
                        <a href="#" style="background-color:#007bff;color:white;padding:12px 24px;text-decoration:none;border-radius:4px;display:inline-block">Choose Plan</a>
                    </td>
                    <td style="padding:16px;text-align:center">
                        <h3 style="font-size:24px;margin:0 0 8px 0">Pro</h3>
                        <p style="font-size:36px;font-weight:bold;margin:0 0 16px 0">$19.99</p>
                        <p style="font-size:14px;color:#666;margin:0 0 24px 0">per month</p>
                        <ul style="list-style:none;padding:0;margin:0 0 24px 0;text-align:left">
                            <li style="font-size:14px;margin-bottom:8px">✓ All Basic Features</li>
                            <li style="font-size:14px;margin-bottom:8px">✓ Feature 4</li>
                            <li style="font-size:14px">✓ Feature 5</li>
                        </ul>
                        <a href="#" style="background-color:#28a745;color:white;padding:12px 24px;text-decoration:none;border-radius:4px;display:inline-block">Choose Plan</a>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>


  </body>

</html><!--/$-->