Last active
January 16, 2018 19:22
-
-
Save cossssmin/39f8db6159dae2dc7b93e18b925f21f0 to your computer and use it in GitHub Desktop.
Acorn Pricing Table 2 Columns Full Width
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 cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr> | |
<td> | |
<div class="spacer" style="line-height: 32px;"> </div> | |
<table cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr> | |
<td class="col pb-sm-16" width="300"> | |
<table cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr> | |
<td align="center" style="padding: 32px 0; color: #666666; font-size: 13px; line-height: 42px;"> | |
<div style="color: #000000; font-size: 16px; font-weight: 700; margin-bottom: 16px;">Free Edition</div> | |
<div style="color: #000000; font-size: 42px; margin-bottom: 16px;"><span style="font-size: 16px; mso-text-raise: 75%; vertical-align: text-top;">$</span>0</div> | |
<div><strong>10GB</strong> Cloud Storage</div> | |
<div><strong>5</strong> Galleries</div> | |
<div><strong>0</strong> Add Ons</div> | |
<div><strong>0</strong> Personalized Domains</div> | |
</td> | |
</tr> | |
</table> | |
<div class="spacer" style="line-height: 42px;"> </div> | |
<table align="center" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto;"> | |
<tr> | |
<th> | |
<a href="http://thememountain.com" style="border: 1px solid #000000; color: #000000; display: block; font-size: 13px; padding: 8px 32px; text-decoration: none;">Sign Up</a> | |
</th> | |
</tr> | |
</table> | |
</td> | |
<td class="col pt-sm-16" width="300"> | |
<table cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr> | |
<td align="center" bgcolor="#933DED" style="padding: 32px 0; color: #FFFFFF; font-size: 13px; line-height: 42px;"> | |
<div style="font-size: 16px; font-weight: 700; margin-bottom: 16px;">Pro Edition</div> | |
<div style="font-size: 42px; margin-bottom: 16px;"><span style="font-size: 16px; mso-text-raise: 75%; vertical-align: text-top;">$</span>6.95</div> | |
<div><strong>20GB</strong> Cloud Storage</div> | |
<div><strong>10</strong> Galleries</div> | |
<div><strong>100</strong> Add Ons</div> | |
<div><strong>1</strong> Personalized Domain</div> | |
</td> | |
</tr> | |
</table> | |
<div class="spacer" style="line-height: 42px;"> </div> | |
<table align="center" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto;"> | |
<tr> | |
<th> | |
<a href="http://thememountain.com" style="border: 1px solid #000000; color: #000000; display: block; font-size: 13px; padding: 8px 32px; text-decoration: none;">Sign Up</a> | |
</th> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
<div class="spacer" style="line-height: 32px;"> </div> | |
</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment