Created
November 4, 2015 21:59
-
-
Save TristanBrotherton/69dd1eb4721a3f66bd6c to your computer and use it in GitHub Desktop.
avamyg
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.table.table-bordered | |
| %thead | |
| %tr | |
| %th | |
| %th | |
| %h2 Owners | |
| %p 1 to 4 Properties | |
| %th | |
| %h2 Property Managers | |
| %p 5+ Properties | |
| %tbody | |
| %tr | |
| %td | |
| Monthly Price | |
| %td | |
| $9 | |
| %td | |
| $36 | |
| %tr | |
| %td.divider{:colspan => '3'} | |
| Optional Addons | |
| %thead | |
| %tr | |
| %th | |
| CREDIT CARD RATES | |
| %tbody | |
| %tr | |
| %td | |
| Base Rate | |
| %td | |
| 2.49% + $0.30 | |
| %td | |
| 2.19% + $0.30 | |
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
| th { | |
| background: #eee; | |
| } | |
| .divider { | |
| text-align: center; | |
| line-height: 165px; | |
| } |
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
| <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment