Last active
July 12, 2018 23:06
-
-
Save sendgrid-gists/ae9179e42960cd832d37c3bb7e4c4d4e to your computer and use it in GitHub Desktop.
SendGrid style-guide plan card
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
<div class="card is-plan"> | |
<div class="plan-details-wrap"> | |
<h3 class="plan-title">Pro 300K</h3> | |
<p class="plan-subtitle">300,000 emails/mo + $0.00050 per additional email</p> | |
</div> | |
<div class="plan-selection-wrap"> | |
<p class="plan-price">$199.95/mo*</p> | |
<a class="btn btn-small btn-secondary" href="#">Select</a> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment