Created
July 24, 2018 21:16
-
-
Save sendgrid-gists/5f9db125ffd77fd97b81a98b27e26eab to your computer and use it in GitHub Desktop.
SendGrid style-guide billing details tables
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 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