Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created July 24, 2018 21:16
Show Gist options
  • Save sendgrid-gists/5f9db125ffd77fd97b81a98b27e26eab to your computer and use it in GitHub Desktop.
Save sendgrid-gists/5f9db125ffd77fd97b81a98b27e26eab to your computer and use it in GitHub Desktop.
SendGrid style-guide billing details tables
<table class="table-wrap is-billing">
<tr>
<th><strong>Payment Method</strong></th>
<td>
<p>Mastercard ending in 0163 <span class="expiration">Expires 12/2018</span></p>
</td>
<td class="align-right">
<a href="#"><i class="sg-icon sg-icon-pencil"></i></a>
</td>
</tr>
<tr>
<th><strong>Billing Address</strong></th>
<td>
<p>Jane Appleseed</p>
<p>1234 Cheshire Ct</p>
<p>Denver, CO</p>
<p>80205</p>
</td>
<td class="align-right">
<a href="#"><i class="sg-icon sg-icon-pencil"></i></a>
</td>
</tr>
<tr>
<th><strong>Invoice Address</strong></th>
<td>
<p>Johnny Karate</p>
<p>4321 Cheshire Way</p>
<p>Denver, CO</p>
<p>80205</p>
</td>
<td class="align-right">
<a href="#"><i class="sg-icon sg-icon-pencil"></i></a>
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment